Html Css Color HEX #371A0D Brown Pod

📋 copy color: '#371A0D'

red 55 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #371A0D

Tints of Brown Pod #371A0D

RGB

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

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

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

R = 58.51%
G = 27.66%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#371A0D (or 0x371A0D) is known color: Brown Pod. HEX triplet: 37, 1A and 0D. RGB value is (55,26,13). Sum of RGB (Red+Green+Blue) = 55+26+13=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #371A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371A0D is #C8E5F2. Grayscale: #212121. Windows color (decimal): -13166067 or 858679. OLE color: 858679.

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

Color convert

RGB 55 26 13 -
CMYK 0 0.53 0.76 0.78
HSL 18.57º 0.62% 0.13% -
HSV(B) 18.57º 0.76% 0.22% -
XYZ 2.02 1.58 0.58 -
YUV 33.19 116.61 143.56 -
System Red Green Blue C M Y K H S L
Decimal 55 26 13 0 0.53 0.76 0.78 18.57 0.62 0.13
Hex 37 1A D 0 35 4C 4E 13 3E D
Octal 67 32 15 0 65 114 116 23 76 15
Binary 110111 11010 1101 0 110101 1001100 1001110 10011 111110 1101

Color Harmonies of #371A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A0D

Black with #371A0D

Text Example


Text Example

White with #371A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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