Html Css Color HEX #390B0A Seal Brown

📋 copy color: '#390B0A'

red 57 ◦ green 11 ◦ blue 10

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

Shades of Seal Brown #390B0A

Tints of Seal Brown #390B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.82%

R = 73.08%
G = 14.1%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#390B0A (or 0x390B0A) is known color: Seal Brown. HEX triplet: 39, 0B and 0A. RGB value is (57,11,10). Sum of RGB (Red+Green+Blue) = 57+11+10=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 10 (4.30% from 255 or 12.82% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390B0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B0A is #C6F4F5. Grayscale: #181818. Windows color (decimal): -13038838 or 658233. OLE color: 658233.

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

Color convert

RGB 57 11 10 -
CMYK 0 0.81 0.82 0.78
HSL 1.28º 0.7% 0.13% -
HSV(B) 1.28º 0.82% 0.22% -
XYZ 1.86 1.13 0.41 -
YUV 24.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 57 11 10 0 0.81 0.82 0.78 1.28 0.7 0.13
Hex 39 B A 0 51 52 4E 1 46 D
Octal 71 13 12 0 121 122 116 1 106 15
Binary 111001 1011 1010 0 1010001 1010010 1001110 1 1000110 1101

Color Harmonies of #390B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B0A

Black with #390B0A

Text Example


Text Example

White with #390B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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