Html Css Color HEX #371B10 Brown Pod

📋 copy color: '#371B10'

red 55 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #371B10

Tints of Brown Pod #371B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 56.12%
G = 27.55%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371B10 (or 0x371B10) is known color: Brown Pod. HEX triplet: 37, 1B and 10. RGB value is (55,27,16). Sum of RGB (Red+Green+Blue) = 55+27+16=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371B10 is #C8E4EF. Grayscale: #222222. Windows color (decimal): -13165808 or 1055543. OLE color: 1055543.

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

Color convert

RGB 55 27 16 -
CMYK 0 0.51 0.71 0.78
HSL 16.92º 0.55% 0.14% -
HSV(B) 16.92º 0.71% 0.22% -
XYZ 2.06 1.63 0.7 -
YUV 34.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 55 27 16 0 0.51 0.71 0.78 16.92 0.55 0.14
Hex 37 1B 10 0 33 47 4E 11 37 E
Octal 67 33 20 0 63 107 116 21 67 16
Binary 110111 11011 10000 0 110011 1000111 1001110 10001 110111 1110

Color Harmonies of #371B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B10

Black with #371B10

Text Example


Text Example

White with #371B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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