Html Css Color HEX #371207 Seal Brown

📋 copy color: '#371207'

red 55 ◦ green 18 ◦ blue 7

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

Shades of Seal Brown #371207

Tints of Seal Brown #371207

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.5%

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

R = 68.75%
G = 22.5%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#371207 (or 0x371207) is known color: Seal Brown. HEX triplet: 37, 12 and 07. RGB value is (55,18,7). Sum of RGB (Red+Green+Blue) = 55+18+7=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 7 (3.12% from 255 or 8.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371207 is #C8EDF8. Grayscale: #1B1B1B. Windows color (decimal): -13168121 or 463415. OLE color: 463415.

HSL color Cylindrical-coordinate representation of color #371207: hue angle of 13.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 #371207 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 7 -
CMYK 0 0.67 0.87 0.78
HSL 13.75º 0.77% 0.12% -
HSV(B) 13.75º 0.87% 0.22% -
XYZ 1.83 1.26 0.35 -
YUV 27.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 55 18 7 0 0.67 0.87 0.78 13.75 0.77 0.12
Hex 37 12 7 0 43 57 4E E 4D C
Octal 67 22 7 0 103 127 116 16 115 14
Binary 110111 10010 111 0 1000011 1010111 1001110 1110 1001101 1100

Color Harmonies of #371207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371207

Black with #371207

Text Example


Text Example

White with #371207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371207; }

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

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

background-color css

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

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

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

border-color css

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

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

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