Html Css Color HEX #371607 Brown Pod

📋 copy color: '#371607'

red 55 ◦ green 22 ◦ blue 7

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

Shades of Brown Pod #371607

Tints of Brown Pod #371607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

 BLUE value IS 7 (3.13% from 255) = 8.33%

R = 65.48%
G = 26.19%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371607 (or 0x371607) is known color: Brown Pod. HEX triplet: 37, 16 and 07. RGB value is (55,22,7). Sum of RGB (Red+Green+Blue) = 55+22+7=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371607 is #C8E9F8. Grayscale: #1E1E1E. Windows color (decimal): -13167097 or 464439. OLE color: 464439.

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

Color convert

RGB 55 22 7 -
CMYK 0 0.6 0.87 0.78
HSL 18.75º 0.77% 0.12% -
HSV(B) 18.75º 0.87% 0.22% -
XYZ 1.9 1.4 0.37 -
YUV 30.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 55 22 7 0 0.6 0.87 0.78 18.75 0.77 0.12
Hex 37 16 7 0 3C 57 4E 13 4D C
Octal 67 26 7 0 74 127 116 23 115 14
Binary 110111 10110 111 0 111100 1010111 1001110 10011 1001101 1100

Color Harmonies of #371607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371607

Black with #371607

Text Example


Text Example

White with #371607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371607; }

 p { color: rgb(55,22,7); }

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

background-color css

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

 a { background-color: rgb(55,22,7); }

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

border-color css

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

 span { border-color: rgb(55,22,7); }

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