Html Css Color HEX #390D08 Seal Brown

📋 copy color: '#390D08'

red 57 ◦ green 13 ◦ blue 8

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

Shades of Seal Brown #390D08

Tints of Seal Brown #390D08

RGB

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

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

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

R = 73.08%
G = 16.67%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#390D08 (or 0x390D08) is known color: Seal Brown. HEX triplet: 39, 0D and 08. RGB value is (57,13,8). Sum of RGB (Red+Green+Blue) = 57+13+8=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390D08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D08 is #C6F2F7. Grayscale: #191919. Windows color (decimal): -13038328 or 527673. OLE color: 527673.

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

Color convert

RGB 57 13 8 -
CMYK 0 0.77 0.86 0.78
HSL 6.12º 0.75% 0.13% -
HSV(B) 6.12º 0.86% 0.22% -
XYZ 1.88 1.18 0.36 -
YUV 25.59 118.08 150.41 -
System Red Green Blue C M Y K H S L
Decimal 57 13 8 0 0.77 0.86 0.78 6.12 0.75 0.13
Hex 39 D 8 0 4D 56 4E 6 4B D
Octal 71 15 10 0 115 126 116 6 113 15
Binary 111001 1101 1000 0 1001101 1010110 1001110 110 1001011 1101

Color Harmonies of #390D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D08

Black with #390D08

Text Example


Text Example

White with #390D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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