Html Css Color HEX #371E18 Brown Pod

📋 copy color: '#371E18'

red 55 ◦ green 30 ◦ blue 24

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

Shades of Brown Pod #371E18

Tints of Brown Pod #371E18

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.52%

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 50.46%
G = 27.52%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371E18 (or 0x371E18) is known color: Brown Pod. HEX triplet: 37, 1E and 18. RGB value is (55,30,24). Sum of RGB (Red+Green+Blue) = 55+30+24=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E18 is #C8E1E7. Grayscale: #242424. Windows color (decimal): -13165032 or 1580599. OLE color: 1580599.

HSL color Cylindrical-coordinate representation of color #371E18: hue angle of 11.61º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371E18 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 24 -
CMYK 0 0.45 0.56 0.78
HSL 11.61º 0.39% 0.15% -
HSV(B) 11.61º 0.56% 0.22% -
XYZ 2.2 1.81 1.1 -
YUV 36.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 55 30 24 0 0.45 0.56 0.78 11.61 0.39 0.15
Hex 37 1E 18 0 2D 38 4E C 27 F
Octal 67 36 30 0 55 70 116 14 47 17
Binary 110111 11110 11000 0 101101 111000 1001110 1100 100111 1111

Color Harmonies of #371E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E18

Black with #371E18

Text Example


Text Example

White with #371E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E18; }

 p { color: rgb(55,30,24); }

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

background-color css

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

 a { background-color: rgb(55,30,24); }

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

border-color css

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

 span { border-color: rgb(55,30,24); }

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