Html Css Color HEX #390C05 Seal Brown

📋 copy color: '#390C05'

red 57 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #390C05

Tints of Seal Brown #390C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 77.03%
G = 16.22%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#390C05 (or 0x390C05) is known color: Seal Brown. HEX triplet: 39, 0C and 05. RGB value is (57,12,5). Sum of RGB (Red+Green+Blue) = 57+12+5=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C05 is #C6F3FA. Grayscale: #181818. Windows color (decimal): -13038587 or 330809. OLE color: 330809.

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

Color convert

RGB 57 12 5 -
CMYK 0 0.79 0.91 0.78
HSL 8.08º 0.84% 0.12% -
HSV(B) 8.08º 0.91% 0.22% -
XYZ 1.85 1.14 0.27 -
YUV 24.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 57 12 5 0 0.79 0.91 0.78 8.08 0.84 0.12
Hex 39 C 5 0 4F 5B 4E 8 54 C
Octal 71 14 5 0 117 133 116 10 124 14
Binary 111001 1100 101 0 1001111 1011011 1001110 1000 1010100 1100

Color Harmonies of #390C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C05

Black with #390C05

Text Example


Text Example

White with #390C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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