Html Css Color HEX #37201C Brown Pod

📋 copy color: '#37201C'

red 55 ◦ green 32 ◦ blue 28

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

Shades of Brown Pod #37201C

Tints of Brown Pod #37201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 24.35%

R = 47.83%
G = 27.83%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37201C (or 0x37201C) is known color: Brown Pod. HEX triplet: 37, 20 and 1C. RGB value is (55,32,28). Sum of RGB (Red+Green+Blue) = 55+32+28=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 55 - color contains mainly: red. Hex color #37201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37201C is #C8DFE3. Grayscale: #262626. Windows color (decimal): -13164516 or 1843255. OLE color: 1843255.

HSL color Cylindrical-coordinate representation of color #37201C: hue angle of 8.89º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37201C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 32 28 -
CMYK 0 0.42 0.49 0.78
HSL 8.89º 0.33% 0.16% -
HSV(B) 8.89º 0.49% 0.22% -
XYZ 2.3 1.93 1.35 -
YUV 38.42 122.12 139.83 -
System Red Green Blue C M Y K H S L
Decimal 55 32 28 0 0.42 0.49 0.78 8.89 0.33 0.16
Hex 37 20 1C 0 2A 31 4E 9 21 10
Octal 67 40 34 0 52 61 116 11 41 20
Binary 110111 100000 11100 0 101010 110001 1001110 1001 100001 10000

Color Harmonies of #37201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37201C

Black with #37201C

Text Example


Text Example

White with #37201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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