Html Css Color HEX #371C0D Brown Pod

📋 copy color: '#371C0D'

red 55 ◦ green 28 ◦ blue 13

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

Shades of Brown Pod #371C0D

Tints of Brown Pod #371C0D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 29.17%

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

R = 57.29%
G = 29.17%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#371C0D (or 0x371C0D) is known color: Brown Pod. HEX triplet: 37, 1C and 0D. RGB value is (55,28,13). Sum of RGB (Red+Green+Blue) = 55+28+13=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 13 (5.47% from 255 or 13.54% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #371C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C0D is #C8E3F2. Grayscale: #222222. Windows color (decimal): -13165555 or 859191. OLE color: 859191.

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

Color convert

RGB 55 28 13 -
CMYK 0 0.49 0.76 0.78
HSL 21.43º 0.62% 0.13% -
HSV(B) 21.43º 0.76% 0.22% -
XYZ 2.06 1.67 0.59 -
YUV 34.36 115.95 142.72 -
System Red Green Blue C M Y K H S L
Decimal 55 28 13 0 0.49 0.76 0.78 21.43 0.62 0.13
Hex 37 1C D 0 31 4C 4E 15 3E D
Octal 67 34 15 0 61 114 116 25 76 15
Binary 110111 11100 1101 0 110001 1001100 1001110 10101 111110 1101

Color Harmonies of #371C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C0D

Black with #371C0D

Text Example


Text Example

White with #371C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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