Html Css Color HEX #371B0C Brown Pod

📋 copy color: '#371B0C'

red 55 ◦ green 27 ◦ blue 12

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

Shades of Brown Pod #371B0C

Tints of Brown Pod #371B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 28.72%

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

R = 58.51%
G = 28.72%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#371B0C (or 0x371B0C) is known color: Brown Pod. HEX triplet: 37, 1B and 0C. RGB value is (55,27,12). Sum of RGB (Red+Green+Blue) = 55+27+12=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B0C is #C8E4F3. Grayscale: #212121. Windows color (decimal): -13165812 or 793399. OLE color: 793399.

HSL color Cylindrical-coordinate representation of color #371B0C: hue angle of 20.93º 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 #371B0C is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 27 12 -
CMYK 0 0.51 0.78 0.78
HSL 20.93º 0.64% 0.13% -
HSV(B) 20.93º 0.78% 0.22% -
XYZ 2.03 1.62 0.55 -
YUV 33.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 55 27 12 0 0.51 0.78 0.78 20.93 0.64 0.13
Hex 37 1B C 0 33 4E 4E 15 40 D
Octal 67 33 14 0 63 116 116 25 100 15
Binary 110111 11011 1100 0 110011 1001110 1001110 10101 1000000 1101

Color Harmonies of #371B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B0C

Black with #371B0C

Text Example


Text Example

White with #371B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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