Html Css Color HEX #371302 Brown Pod

📋 copy color: '#371302'

red 55 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #371302

Tints of Brown Pod #371302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.63%

R = 72.37%
G = 25%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371302 (or 0x371302) is known color: Brown Pod. HEX triplet: 37, 13 and 02. RGB value is (55,19,2). Sum of RGB (Red+Green+Blue) = 55+19+2=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371302 is #C8ECFD. Grayscale: #1B1B1B. Windows color (decimal): -13167870 or 135991. OLE color: 135991.

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

Color convert

RGB 55 19 2 -
CMYK 0 0.65 0.96 0.78
HSL 19.25º 0.93% 0.11% -
HSV(B) 19.25º 0.96% 0.22% -
XYZ 1.82 1.28 0.21 -
YUV 27.83 113.43 147.38 -
System Red Green Blue C M Y K H S L
Decimal 55 19 2 0 0.65 0.96 0.78 19.25 0.93 0.11
Hex 37 13 2 0 41 60 4E 13 5D B
Octal 67 23 2 0 101 140 116 23 135 13
Binary 110111 10011 10 0 1000001 1100000 1001110 10011 1011101 1011

Color Harmonies of #371302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371302

Black with #371302

Text Example


Text Example

White with #371302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371302; }

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

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

background-color css

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

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

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

border-color css

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

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

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