Html Css Color HEX #390A09 Seal Brown

📋 copy color: '#390A09'

red 57 ◦ green 10 ◦ blue 9

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

Shades of Seal Brown #390A09

Tints of Seal Brown #390A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.84%

R = 75%
G = 13.16%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390A09 (or 0x390A09) is known color: Seal Brown. HEX triplet: 39, 0A and 09. RGB value is (57,10,9). Sum of RGB (Red+Green+Blue) = 57+10+9=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #390A09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A09 is #C6F5F6. Grayscale: #171717. Windows color (decimal): -13039095 or 592441. OLE color: 592441.

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

Color convert

RGB 57 10 9 -
CMYK 0 0.82 0.84 0.78
HSL 1.25º 0.73% 0.13% -
HSV(B) 1.25º 0.84% 0.22% -
XYZ 1.85 1.11 0.37 -
YUV 23.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 57 10 9 0 0.82 0.84 0.78 1.25 0.73 0.13
Hex 39 A 9 0 52 54 4E 1 49 D
Octal 71 12 11 0 122 124 116 1 111 15
Binary 111001 1010 1001 0 1010010 1010100 1001110 1 1001001 1101

Color Harmonies of #390A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A09

Black with #390A09

Text Example


Text Example

White with #390A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,10,9); }

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

background-color css

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

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

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

border-color css

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

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

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