Html Css Color HEX #390C02 Seal Brown

📋 copy color: '#390C02'

red 57 ◦ green 12 ◦ blue 2

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

Shades of Seal Brown #390C02

Tints of Seal Brown #390C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.82%

R = 80.28%
G = 16.9%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#390C02 (or 0x390C02) is known color: Seal Brown. HEX triplet: 39, 0C and 02. RGB value is (57,12,2). Sum of RGB (Red+Green+Blue) = 57+12+2=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 2 (1.17% from 255 or 2.82% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #390C02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C02 is #C6F3FD. Grayscale: #181818. Windows color (decimal): -13038590 or 134201. OLE color: 134201.

HSL color Cylindrical-coordinate representation of color #390C02: hue angle of 10.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390C02 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 12 2 -
CMYK 0 0.79 0.96 0.78
HSL 10.91º 0.93% 0.12% -
HSV(B) 10.91º 0.96% 0.22% -
XYZ 1.83 1.14 0.18 -
YUV 24.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 57 12 2 0 0.79 0.96 0.78 10.91 0.93 0.12
Hex 39 C 2 0 4F 60 4E B 5D C
Octal 71 14 2 0 117 140 116 13 135 14
Binary 111001 1100 10 0 1001111 1100000 1001110 1011 1011101 1100

Color Harmonies of #390C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C02

Black with #390C02

Text Example


Text Example

White with #390C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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