Html Css Color HEX #370E08 Seal Brown

📋 copy color: '#370E08'

red 55 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #370E08

Tints of Seal Brown #370E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.18%

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

R = 71.43%
G = 18.18%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370E08 (or 0x370E08) is known color: Seal Brown. HEX triplet: 37, 0E and 08. RGB value is (55,14,8). Sum of RGB (Red+Green+Blue) = 55+14+8=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E08 is #C8F1F7. Grayscale: #191919. Windows color (decimal): -13169144 or 527927. OLE color: 527927.

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

Color convert

RGB 55 14 8 -
CMYK 0 0.75 0.85 0.78
HSL 7.66º 0.75% 0.12% -
HSV(B) 7.66º 0.85% 0.22% -
XYZ 1.78 1.14 0.36 -
YUV 25.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 55 14 8 0 0.75 0.85 0.78 7.66 0.75 0.12
Hex 37 E 8 0 4B 55 4E 8 4B C
Octal 67 16 10 0 113 125 116 10 113 14
Binary 110111 1110 1000 0 1001011 1010101 1001110 1000 1001011 1100

Color Harmonies of #370E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E08

Black with #370E08

Text Example


Text Example

White with #370E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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