Html Css Color HEX #370D08 Seal Brown

📋 copy color: '#370D08'

red 55 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #370D08

Tints of Seal Brown #370D08

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.11%

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

R = 72.37%
G = 17.11%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#370D08 (or 0x370D08) is known color: Seal Brown. HEX triplet: 37, 0D and 08. RGB value is (55,13,8). Sum of RGB (Red+Green+Blue) = 55+13+8=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D08 is #C8F2F7. Grayscale: #191919. Windows color (decimal): -13169400 or 527671. OLE color: 527671.

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

Color convert

RGB 55 13 8 -
CMYK 0 0.76 0.85 0.78
HSL 6.38º 0.75% 0.12% -
HSV(B) 6.38º 0.85% 0.22% -
XYZ 1.76 1.12 0.35 -
YUV 24.99 118.41 149.41 -
System Red Green Blue C M Y K H S L
Decimal 55 13 8 0 0.76 0.85 0.78 6.38 0.75 0.12
Hex 37 D 8 0 4C 55 4E 6 4B C
Octal 67 15 10 0 114 125 116 6 113 14
Binary 110111 1101 1000 0 1001100 1010101 1001110 110 1001011 1100

Color Harmonies of #370D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D08

Black with #370D08

Text Example


Text Example

White with #370D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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