Html Css Color HEX #37211D Brown Pod

📋 copy color: '#37211D'

red 55 ◦ green 33 ◦ blue 29

#37211D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #37211D

Tints of Brown Pod #37211D

RGB

 RED value IS 55 (21.88% from 255) = 47.01%

 GREEN value IS 33 (13.28% from 255) = 28.21%

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 47.01%
G = 28.21%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37211D (or 0x37211D) is known color: Brown Pod. HEX triplet: 37, 21 and 1D. RGB value is (55,33,29). Sum of RGB (Red+Green+Blue) = 55+33+29=117 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.01% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 55 - color contains mainly: red. Hex color #37211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37211D is #C8DEE2. Grayscale: #272727. Windows color (decimal): -13164259 or 1909047. OLE color: 1909047.

HSL color Cylindrical-coordinate representation of color #37211D: hue angle of 9.23º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37211D is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 33 29 -
CMYK 0 0.4 0.47 0.78
HSL 9.23º 0.31% 0.16% -
HSV(B) 9.23º 0.47% 0.22% -
XYZ 2.34 1.99 1.42 -
YUV 39.12 122.29 139.33 -
System Red Green Blue C M Y K H S L
Decimal 55 33 29 0 0.4 0.47 0.78 9.23 0.31 0.16
Hex 37 21 1D 0 28 2F 4E 9 1F 10
Octal 67 41 35 0 50 57 116 11 37 20
Binary 110111 100001 11101 0 101000 101111 1001110 1001 11111 10000

Color Harmonies of #37211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37211D

Black with #37211D

Text Example


Text Example

White with #37211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37211D; }

 p { color: rgb(55,33,29); }

 H1.HeaderClassName
 {
   color: #37211D;
 }
 .AnyTagClassName
 {
   color: #37211D;
 }
</style>

background-color css

<style>
 a { background-color: #37211D; }

 a { background-color: rgb(55,33,29); }

 div.DivClassName
 {
   background-color: #37211D;
 }
 .BgClassName
 {
   background-color: #37211D;
 }
</style>

border-color css

<style>
 span { border-color: #37211D; }

 span { border-color: rgb(55,33,29); }

 td.TdClassName
 {
   border-color: #37211D;
 }
 .TagClassName
 {
   border-color: #37211D;
 }
</style>