Html Css Color HEX #371304 Brown Pod

📋 copy color: '#371304'

red 55 ◦ green 19 ◦ blue 4

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

Shades of Brown Pod #371304

Tints of Brown Pod #371304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

 BLUE value IS 4 (1.95% from 255) = 5.13%

R = 70.51%
G = 24.36%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#371304 (or 0x371304) is known color: Brown Pod. HEX triplet: 37, 13 and 04. RGB value is (55,19,4). Sum of RGB (Red+Green+Blue) = 55+19+4=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371304 is #C8ECFB. Grayscale: #1C1C1C. Windows color (decimal): -13167868 or 267063. OLE color: 267063.

HSL color Cylindrical-coordinate representation of color #371304: hue angle of 17.65º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #371304 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 4 -
CMYK 0 0.65 0.93 0.78
HSL 17.65º 0.86% 0.12% -
HSV(B) 17.65º 0.93% 0.22% -
XYZ 1.83 1.29 0.27 -
YUV 28.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 55 19 4 0 0.65 0.93 0.78 17.65 0.86 0.12
Hex 37 13 4 0 41 5D 4E 12 56 C
Octal 67 23 4 0 101 135 116 22 126 14
Binary 110111 10011 100 0 1000001 1011101 1001110 10010 1010110 1100

Color Harmonies of #371304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371304

Black with #371304

Text Example


Text Example

White with #371304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371304; }

 p { color: rgb(55,19,4); }

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

background-color css

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

 a { background-color: rgb(55,19,4); }

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

border-color css

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

 span { border-color: rgb(55,19,4); }

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