Html Css Color HEX #371502 Brown Pod

📋 copy color: '#371502'

red 55 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #371502

Tints of Brown Pod #371502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.92%

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

R = 70.51%
G = 26.92%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371502 (or 0x371502) is known color: Brown Pod. HEX triplet: 37, 15 and 02. RGB value is (55,21,2). Sum of RGB (Red+Green+Blue) = 55+21+2=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371502 is #C8EAFD. Grayscale: #1D1D1D. Windows color (decimal): -13167358 or 136503. OLE color: 136503.

HSL color Cylindrical-coordinate representation of color #371502: hue angle of 21.51º 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 #371502 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 2 -
CMYK 0 0.62 0.96 0.78
HSL 21.51º 0.93% 0.11% -
HSV(B) 21.51º 0.96% 0.22% -
XYZ 1.85 1.35 0.22 -
YUV 29 112.76 146.54 -
System Red Green Blue C M Y K H S L
Decimal 55 21 2 0 0.62 0.96 0.78 21.51 0.93 0.11
Hex 37 15 2 0 3E 60 4E 16 5D B
Octal 67 25 2 0 76 140 116 26 135 13
Binary 110111 10101 10 0 111110 1100000 1001110 10110 1011101 1011

Color Harmonies of #371502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371502

Black with #371502

Text Example


Text Example

White with #371502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371502; }

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

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

background-color css

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

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

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

border-color css

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

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

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