Html Css Color HEX #371911 Brown Pod

📋 copy color: '#371911'

red 55 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #371911

Tints of Brown Pod #371911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.77%

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

R = 56.7%
G = 25.77%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#371911 (or 0x371911) is known color: Brown Pod. HEX triplet: 37, 19 and 11. RGB value is (55,25,17). Sum of RGB (Red+Green+Blue) = 55+25+17=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371911 is #C8E6EE. Grayscale: #212121. Windows color (decimal): -13166319 or 1120567. OLE color: 1120567.

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

Color convert

RGB 55 25 17 -
CMYK 0 0.55 0.69 0.78
HSL 12.63º 0.53% 0.14% -
HSV(B) 12.63º 0.69% 0.22% -
XYZ 2.02 1.55 0.72 -
YUV 33.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 55 25 17 0 0.55 0.69 0.78 12.63 0.53 0.14
Hex 37 19 11 0 37 45 4E D 35 E
Octal 67 31 21 0 67 105 116 15 65 16
Binary 110111 11001 10001 0 110111 1000101 1001110 1101 110101 1110

Color Harmonies of #371911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371911

Black with #371911

Text Example


Text Example

White with #371911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371911; }

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

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

background-color css

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

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

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

border-color css

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

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

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