Html Css Color HEX #390808 Seal Brown

📋 copy color: '#390808'

red 57 ◦ green 8 ◦ blue 8

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

Shades of Seal Brown #390808

Tints of Seal Brown #390808

RGB

 RED value IS 57 (22.66% from 255) = 78.08%

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

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

R = 78.08%
G = 10.96%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#390808 (or 0x390808) is known color: Seal Brown. HEX triplet: 39, 08 and 08. RGB value is (57,8,8). Sum of RGB (Red+Green+Blue) = 57+8+8=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #390808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390808 is #C6F7F7. Grayscale: #161616. Windows color (decimal): -13039608 or 526393. OLE color: 526393.

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

Color convert

RGB 57 8 8 -
CMYK 0 0.86 0.86 0.78
HSL 0.75% 0.13% -
HSV(B) 0.86% 0.22% -
XYZ 1.82 1.06 0.34 -
YUV 22.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 57 8 8 0 0.86 0.86 0.78 0 0.75 0.13
Hex 39 8 8 0 56 56 4E 0 4B D
Octal 71 10 10 0 126 126 116 0 113 15
Binary 111001 1000 1000 0 1010110 1010110 1001110 0 1001011 1101

Color Harmonies of #390808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390808

Black with #390808

Text Example


Text Example

White with #390808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390808; }

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

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

background-color css

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

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

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

border-color css

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

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

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