Html Css Color HEX #371E0D Brown Pod

📋 copy color: '#371E0D'

red 55 ◦ green 30 ◦ blue 13

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

Shades of Brown Pod #371E0D

Tints of Brown Pod #371E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.27%

R = 56.12%
G = 30.61%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#371E0D (or 0x371E0D) is known color: Brown Pod. HEX triplet: 37, 1E and 0D. RGB value is (55,30,13). Sum of RGB (Red+Green+Blue) = 55+30+13=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371E0D is #C8E1F2. Grayscale: #232323. Windows color (decimal): -13165043 or 859703. OLE color: 859703.

HSL color Cylindrical-coordinate representation of color #371E0D: hue angle of 24.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #371E0D is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 13 -
CMYK 0 0.45 0.76 0.78
HSL 24.29º 0.62% 0.13% -
HSV(B) 24.29º 0.76% 0.22% -
XYZ 2.11 1.77 0.61 -
YUV 35.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 55 30 13 0 0.45 0.76 0.78 24.29 0.62 0.13
Hex 37 1E D 0 2D 4C 4E 18 3E D
Octal 67 36 15 0 55 114 116 30 76 15
Binary 110111 11110 1101 0 101101 1001100 1001110 11000 111110 1101

Color Harmonies of #371E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E0D

Black with #371E0D

Text Example


Text Example

White with #371E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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