Html Css Color HEX #390C0A Seal Brown

📋 copy color: '#390C0A'

red 57 ◦ green 12 ◦ blue 10

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

Shades of Seal Brown #390C0A

Tints of Seal Brown #390C0A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.19%

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

R = 72.15%
G = 15.19%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#390C0A (or 0x390C0A) is known color: Seal Brown. HEX triplet: 39, 0C and 0A. RGB value is (57,12,10). Sum of RGB (Red+Green+Blue) = 57+12+10=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390C0A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C0A is #C6F3F5. Grayscale: #191919. Windows color (decimal): -13038582 or 658489. OLE color: 658489.

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

Color convert

RGB 57 12 10 -
CMYK 0 0.79 0.82 0.78
HSL 2.55º 0.7% 0.13% -
HSV(B) 2.55º 0.82% 0.22% -
XYZ 1.87 1.15 0.41 -
YUV 25.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 57 12 10 0 0.79 0.82 0.78 2.55 0.7 0.13
Hex 39 C A 0 4F 52 4E 3 46 D
Octal 71 14 12 0 117 122 116 3 106 15
Binary 111001 1100 1010 0 1001111 1010010 1001110 11 1000110 1101

Color Harmonies of #390C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C0A

Black with #390C0A

Text Example


Text Example

White with #390C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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