Html Css Color HEX #370A08 Seal Brown

📋 copy color: '#370A08'

red 55 ◦ green 10 ◦ blue 8

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

Shades of Seal Brown #370A08

Tints of Seal Brown #370A08

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.7%

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

R = 75.34%
G = 13.7%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370A08 (or 0x370A08) is known color: Seal Brown. HEX triplet: 37, 0A and 08. RGB value is (55,10,8). Sum of RGB (Red+Green+Blue) = 55+10+8=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370A08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A08 is #C8F5F7. Grayscale: #171717. Windows color (decimal): -13170168 or 526903. OLE color: 526903.

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

Color convert

RGB 55 10 8 -
CMYK 0 0.82 0.85 0.78
HSL 2.55º 0.75% 0.12% -
HSV(B) 2.55º 0.85% 0.22% -
XYZ 1.73 1.05 0.34 -
YUV 23.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 55 10 8 0 0.82 0.85 0.78 2.55 0.75 0.12
Hex 37 A 8 0 52 55 4E 3 4B C
Octal 67 12 10 0 122 125 116 3 113 14
Binary 110111 1010 1000 0 1010010 1010101 1001110 11 1001011 1100

Color Harmonies of #370A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A08

Black with #370A08

Text Example


Text Example

White with #370A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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