Html Css Color HEX #370808 Seal Brown

📋 copy color: '#370808'

red 55 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #370808

Tints of Seal Brown #370808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.27%

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 77.46%
G = 11.27%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370808 (or 0x370808) is known color: Seal Brown. HEX triplet: 37, 08 and 08. RGB value is (55,8,8). Sum of RGB (Red+Green+Blue) = 55+8+8=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370808 is #C8F7F7. Grayscale: #161616. Windows color (decimal): -13170680 or 526391. OLE color: 526391.

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

Color convert

RGB 55 8 8 -
CMYK 0 0.85 0.85 0.78
HSL 0.75% 0.12% -
HSV(B) 0.85% 0.22% -
XYZ 1.71 1 0.33 -
YUV 22.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 55 8 8 0 0.85 0.85 0.78 0 0.75 0.12
Hex 37 8 8 0 55 55 4E 0 4B C
Octal 67 10 10 0 125 125 116 0 113 14
Binary 110111 1000 1000 0 1010101 1010101 1001110 0 1001011 1100

Color Harmonies of #370808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370808

Black with #370808

Text Example


Text Example

White with #370808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370808; }

 p { color: rgb(55,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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