Html Css Color HEX #371C12 Brown Pod

📋 copy color: '#371C12'

red 55 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #371C12

Tints of Brown Pod #371C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.72%

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 54.46%
G = 27.72%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371C12 (or 0x371C12) is known color: Brown Pod. HEX triplet: 37, 1C and 12. RGB value is (55,28,18). Sum of RGB (Red+Green+Blue) = 55+28+18=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 28 (11.33% from 255 or 27.72% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C12 is #C8E3ED. Grayscale: #222222. Windows color (decimal): -13165550 or 1186871. OLE color: 1186871.

HSL color Cylindrical-coordinate representation of color #371C12: hue angle of 16.22º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371C12 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 28 18 -
CMYK 0 0.49 0.67 0.78
HSL 16.22º 0.51% 0.14% -
HSV(B) 16.22º 0.67% 0.22% -
XYZ 2.1 1.69 0.79 -
YUV 34.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 55 28 18 0 0.49 0.67 0.78 16.22 0.51 0.14
Hex 37 1C 12 0 31 43 4E 10 33 E
Octal 67 34 22 0 61 103 116 20 63 16
Binary 110111 11100 10010 0 110001 1000011 1001110 10000 110011 1110

Color Harmonies of #371C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C12

Black with #371C12

Text Example


Text Example

White with #371C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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