Html Css Color HEX #371C15 Brown Pod

📋 copy color: '#371C15'

red 55 ◦ green 28 ◦ blue 21

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

Shades of Brown Pod #371C15

Tints of Brown Pod #371C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 52.88%
G = 26.92%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#371C15 (or 0x371C15) is known color: Brown Pod. HEX triplet: 37, 1C and 15. RGB value is (55,28,21). Sum of RGB (Red+Green+Blue) = 55+28+21=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #371C15 is #C8E3EA. Grayscale: #232323. Windows color (decimal): -13165547 or 1383479. OLE color: 1383479.

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

Color convert

RGB 55 28 21 -
CMYK 0 0.49 0.62 0.78
HSL 12.35º 0.45% 0.15% -
HSV(B) 12.35º 0.62% 0.22% -
XYZ 2.13 1.7 0.92 -
YUV 35.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 55 28 21 0 0.49 0.62 0.78 12.35 0.45 0.15
Hex 37 1C 15 0 31 3E 4E C 2D F
Octal 67 34 25 0 61 76 116 14 55 17
Binary 110111 11100 10101 0 110001 111110 1001110 1100 101101 1111

Color Harmonies of #371C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C15

Black with #371C15

Text Example


Text Example

White with #371C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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