Html Css Color HEX #390F02 Seal Brown

📋 copy color: '#390F02'

red 57 ◦ green 15 ◦ blue 2

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

Shades of Seal Brown #390F02

Tints of Seal Brown #390F02

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.27%

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

R = 77.03%
G = 20.27%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#390F02 (or 0x390F02) is known color: Seal Brown. HEX triplet: 39, 0F and 02. RGB value is (57,15,2). Sum of RGB (Red+Green+Blue) = 57+15+2=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #390F02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F02 is #C6F0FD. Grayscale: #1A1A1A. Windows color (decimal): -13037822 or 134969. OLE color: 134969.

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

Color convert

RGB 57 15 2 -
CMYK 0 0.74 0.96 0.78
HSL 14.18º 0.93% 0.12% -
HSV(B) 14.18º 0.96% 0.22% -
XYZ 1.87 1.22 0.19 -
YUV 26.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 57 15 2 0 0.74 0.96 0.78 14.18 0.93 0.12
Hex 39 F 2 0 4A 60 4E E 5D C
Octal 71 17 2 0 112 140 116 16 135 14
Binary 111001 1111 10 0 1001010 1100000 1001110 1110 1011101 1100

Color Harmonies of #390F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F02

Black with #390F02

Text Example


Text Example

White with #390F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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