Html Css Color HEX #390B09 Seal Brown

📋 copy color: '#390B09'

red 57 ◦ green 11 ◦ blue 9

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

Shades of Seal Brown #390B09

Tints of Seal Brown #390B09

RGB

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

 GREEN value IS 11 (4.69% from 255) = 14.29%

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

R = 74.03%
G = 14.29%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390B09 (or 0x390B09) is known color: Seal Brown. HEX triplet: 39, 0B and 09. RGB value is (57,11,9). Sum of RGB (Red+Green+Blue) = 57+11+9=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390B09 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B09 is #C6F4F6. Grayscale: #181818. Windows color (decimal): -13038839 or 592697. OLE color: 592697.

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

Color convert

RGB 57 11 9 -
CMYK 0 0.81 0.84 0.78
HSL 2.5º 0.73% 0.13% -
HSV(B) 2.5º 0.84% 0.22% -
XYZ 1.86 1.13 0.38 -
YUV 24.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 57 11 9 0 0.81 0.84 0.78 2.5 0.73 0.13
Hex 39 B 9 0 51 54 4E 2 49 D
Octal 71 13 11 0 121 124 116 2 111 15
Binary 111001 1011 1001 0 1010001 1010100 1001110 10 1001001 1101

Color Harmonies of #390B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B09

Black with #390B09

Text Example


Text Example

White with #390B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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