Html Css Color HEX #371A11 Brown Pod

📋 copy color: '#371A11'

red 55 ◦ green 26 ◦ blue 17

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

Shades of Brown Pod #371A11

Tints of Brown Pod #371A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.53%

 BLUE value IS 17 (7.03% from 255) = 17.35%

R = 56.12%
G = 26.53%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#371A11 (or 0x371A11) is known color: Brown Pod. HEX triplet: 37, 1A and 11. RGB value is (55,26,17). Sum of RGB (Red+Green+Blue) = 55+26+17=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A11 is #C8E5EE. Grayscale: #212121. Windows color (decimal): -13166063 or 1120823. OLE color: 1120823.

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

Color convert

RGB 55 26 17 -
CMYK 0 0.53 0.69 0.78
HSL 14.21º 0.53% 0.14% -
HSV(B) 14.21º 0.69% 0.22% -
XYZ 2.05 1.59 0.73 -
YUV 33.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 55 26 17 0 0.53 0.69 0.78 14.21 0.53 0.14
Hex 37 1A 11 0 35 45 4E E 35 E
Octal 67 32 21 0 65 105 116 16 65 16
Binary 110111 11010 10001 0 110101 1000101 1001110 1110 110101 1110

Color Harmonies of #371A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A11

Black with #371A11

Text Example


Text Example

White with #371A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,26,17); }

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

background-color css

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

 a { background-color: rgb(55,26,17); }

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

border-color css

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

 span { border-color: rgb(55,26,17); }

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