Html Css Color HEX #371C0C Brown Pod

📋 copy color: '#371C0C'

red 55 ◦ green 28 ◦ blue 12

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

Shades of Brown Pod #371C0C

Tints of Brown Pod #371C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.63%

R = 57.89%
G = 29.47%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#371C0C (or 0x371C0C) is known color: Brown Pod. HEX triplet: 37, 1C and 0C. RGB value is (55,28,12). Sum of RGB (Red+Green+Blue) = 55+28+12=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 12 (5.08% from 255 or 12.63% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C0C is #C8E3F3. Grayscale: #222222. Windows color (decimal): -13165556 or 793655. OLE color: 793655.

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

Color convert

RGB 55 28 12 -
CMYK 0 0.49 0.78 0.78
HSL 22.33º 0.64% 0.13% -
HSV(B) 22.33º 0.78% 0.22% -
XYZ 2.06 1.67 0.56 -
YUV 34.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 55 28 12 0 0.49 0.78 0.78 22.33 0.64 0.13
Hex 37 1C C 0 31 4E 4E 16 40 D
Octal 67 34 14 0 61 116 116 26 100 15
Binary 110111 11100 1100 0 110001 1001110 1001110 10110 1000000 1101

Color Harmonies of #371C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C0C

Black with #371C0C

Text Example


Text Example

White with #371C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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