Html Css Color HEX #37201D Brown Pod

📋 copy color: '#37201D'

red 55 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #37201D

Tints of Brown Pod #37201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.59%

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

R = 47.41%
G = 27.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37201D (or 0x37201D) is known color: Brown Pod. HEX triplet: 37, 20 and 1D. RGB value is (55,32,29). Sum of RGB (Red+Green+Blue) = 55+32+29=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 32 (12.89% from 255 or 27.59% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #37201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201D is #C8DFE2. Grayscale: #262626. Windows color (decimal): -13164515 or 1908791. OLE color: 1908791.

HSL color Cylindrical-coordinate representation of color #37201D: hue angle of 6.92º 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 #37201D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 29 -
CMYK 0 0.42 0.47 0.78
HSL 6.92º 0.31% 0.16% -
HSV(B) 6.92º 0.47% 0.22% -
XYZ 2.31 1.93 1.41 -
YUV 38.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 55 32 29 0 0.42 0.47 0.78 6.92 0.31 0.16
Hex 37 20 1D 0 2A 2F 4E 7 1F 10
Octal 67 40 35 0 52 57 116 7 37 20
Binary 110111 100000 11101 0 101010 101111 1001110 111 11111 10000

Color Harmonies of #37201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37201D

Black with #37201D

Text Example


Text Example

White with #37201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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