Html Css Color HEX #390E02 Seal Brown

📋 copy color: '#390E02'

red 57 ◦ green 14 ◦ blue 2

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

Shades of Seal Brown #390E02

Tints of Seal Brown #390E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 19.18%

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

R = 78.08%
G = 19.18%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#390E02 (or 0x390E02) is known color: Seal Brown. HEX triplet: 39, 0E and 02. RGB value is (57,14,2). Sum of RGB (Red+Green+Blue) = 57+14+2=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #390E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E02 is #C6F1FD. Grayscale: #191919. Windows color (decimal): -13038078 or 134713. OLE color: 134713.

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

Color convert

RGB 57 14 2 -
CMYK 0 0.75 0.96 0.78
HSL 13.09º 0.93% 0.12% -
HSV(B) 13.09º 0.96% 0.22% -
XYZ 1.86 1.19 0.19 -
YUV 25.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 57 14 2 0 0.75 0.96 0.78 13.09 0.93 0.12
Hex 39 E 2 0 4B 60 4E D 5D C
Octal 71 16 2 0 113 140 116 15 135 14
Binary 111001 1110 10 0 1001011 1100000 1001110 1101 1011101 1100

Color Harmonies of #390E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E02

Black with #390E02

Text Example


Text Example

White with #390E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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