Html Css Color HEX #390F0B Seal Brown

📋 copy color: '#390F0B'

red 57 ◦ green 15 ◦ blue 11

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

Shades of Seal Brown #390F0B

Tints of Seal Brown #390F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.25%

R = 68.67%
G = 18.07%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.78

RGB Variations

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

Color information

#390F0B (or 0x390F0B) is known color: Seal Brown. HEX triplet: 39, 0F and 0B. RGB value is (57,15,11). Sum of RGB (Red+Green+Blue) = 57+15+11=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390F0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F0B is #C6F0F4. Grayscale: #1B1B1B. Windows color (decimal): -13037813 or 724793. OLE color: 724793.

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

Color convert

RGB 57 15 11 -
CMYK 0 0.74 0.81 0.78
HSL 5.22º 0.68% 0.13% -
HSV(B) 5.22º 0.81% 0.22% -
XYZ 1.92 1.24 0.45 -
YUV 27.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 57 15 11 0 0.74 0.81 0.78 5.22 0.68 0.13
Hex 39 F B 0 4A 51 4E 5 44 D
Octal 71 17 13 0 112 121 116 5 104 15
Binary 111001 1111 1011 0 1001010 1010001 1001110 101 1000100 1101

Color Harmonies of #390F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390F0B

Black with #390F0B

Text Example


Text Example

White with #390F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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