Html Css Color HEX #372114 Brown Pod

📋 copy color: '#372114'

red 55 ◦ green 33 ◦ blue 20

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

Shades of Brown Pod #372114

Tints of Brown Pod #372114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.52%

R = 50.93%
G = 30.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#372114 (or 0x372114) is known color: Brown Pod. HEX triplet: 37, 21 and 14. RGB value is (55,33,20). Sum of RGB (Red+Green+Blue) = 55+33+20=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #372114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372114 is #C8DEEB. Grayscale: #262626. Windows color (decimal): -13164268 or 1319223. OLE color: 1319223.

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

Color convert

RGB 55 33 20 -
CMYK 0 0.4 0.64 0.78
HSL 22.29º 0.47% 0.15% -
HSV(B) 22.29º 0.64% 0.22% -
XYZ 2.25 1.95 0.92 -
YUV 38.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 55 33 20 0 0.4 0.64 0.78 22.29 0.47 0.15
Hex 37 21 14 0 28 40 4E 16 2F F
Octal 67 41 24 0 50 100 116 26 57 17
Binary 110111 100001 10100 0 101000 1000000 1001110 10110 101111 1111

Color Harmonies of #372114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372114

Black with #372114

Text Example


Text Example

White with #372114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372114; }

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

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

background-color css

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

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

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

border-color css

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

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

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