Html Css Color HEX #390F03 Seal Brown

📋 copy color: '#390F03'

red 57 ◦ green 15 ◦ blue 3

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

Shades of Seal Brown #390F03

Tints of Seal Brown #390F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 4%

R = 76%
G = 20%
B = 4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#390F03 (or 0x390F03) is known color: Seal Brown. HEX triplet: 39, 0F and 03. RGB value is (57,15,3). Sum of RGB (Red+Green+Blue) = 57+15+3=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F03 is #C6F0FC. Grayscale: #1A1A1A. Windows color (decimal): -13037821 or 200505. OLE color: 200505.

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

Color convert

RGB 57 15 3 -
CMYK 0 0.74 0.95 0.78
HSL 13.33º 0.9% 0.12% -
HSV(B) 13.33º 0.95% 0.22% -
XYZ 1.87 1.22 0.22 -
YUV 26.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 57 15 3 0 0.74 0.95 0.78 13.33 0.9 0.12
Hex 39 F 3 0 4A 5F 4E D 5A C
Octal 71 17 3 0 112 137 116 15 132 14
Binary 111001 1111 11 0 1001010 1011111 1001110 1101 1011010 1100

Color Harmonies of #390F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F03

Black with #390F03

Text Example


Text Example

White with #390F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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