Html Css Color HEX #370F08 Seal Brown

📋 copy color: '#370F08'

red 55 ◦ green 15 ◦ blue 8

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

Shades of Seal Brown #370F08

Tints of Seal Brown #370F08

RGB

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

 GREEN value IS 15 (6.25% from 255) = 19.23%

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

R = 70.51%
G = 19.23%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370F08 (or 0x370F08) is known color: Seal Brown. HEX triplet: 37, 0F and 08. RGB value is (55,15,8). Sum of RGB (Red+Green+Blue) = 55+15+8=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370F08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F08 is #C8F0F7. Grayscale: #1A1A1A. Windows color (decimal): -13168888 or 528183. OLE color: 528183.

HSL color Cylindrical-coordinate representation of color #370F08: hue angle of 8.94º 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 #370F08 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 8 -
CMYK 0 0.73 0.85 0.78
HSL 8.94º 0.75% 0.12% -
HSV(B) 8.94º 0.85% 0.22% -
XYZ 1.79 1.17 0.36 -
YUV 26.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 55 15 8 0 0.73 0.85 0.78 8.94 0.75 0.12
Hex 37 F 8 0 49 55 4E 9 4B C
Octal 67 17 10 0 111 125 116 11 113 14
Binary 110111 1111 1000 0 1001001 1010101 1001110 1001 1001011 1100

Color Harmonies of #370F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F08

Black with #370F08

Text Example


Text Example

White with #370F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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