Html Css Color HEX #371E10 Brown Pod

📋 copy color: '#371E10'

red 55 ◦ green 30 ◦ blue 16

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

Shades of Brown Pod #371E10

Tints of Brown Pod #371E10

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.7%

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

R = 54.46%
G = 29.7%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#371E10 (or 0x371E10) is known color: Brown Pod. HEX triplet: 37, 1E and 10. RGB value is (55,30,16). Sum of RGB (Red+Green+Blue) = 55+30+16=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #371E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E10 is #C8E1EF. Grayscale: #232323. Windows color (decimal): -13165040 or 1056311. OLE color: 1056311.

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

Color convert

RGB 55 30 16 -
CMYK 0 0.45 0.71 0.78
HSL 21.54º 0.55% 0.14% -
HSV(B) 21.54º 0.71% 0.22% -
XYZ 2.13 1.78 0.72 -
YUV 35.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 55 30 16 0 0.45 0.71 0.78 21.54 0.55 0.14
Hex 37 1E 10 0 2D 47 4E 16 37 E
Octal 67 36 20 0 55 107 116 26 67 16
Binary 110111 11110 10000 0 101101 1000111 1001110 10110 110111 1110

Color Harmonies of #371E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E10

Black with #371E10

Text Example


Text Example

White with #371E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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