Html Css Color HEX #390B05 Seal Brown

📋 copy color: '#390B05'

red 57 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #390B05

Tints of Seal Brown #390B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.07%

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

R = 78.08%
G = 15.07%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#390B05 (or 0x390B05) is known color: Seal Brown. HEX triplet: 39, 0B and 05. RGB value is (57,11,5). Sum of RGB (Red+Green+Blue) = 57+11+5=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #390B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B05 is #C6F4FA. Grayscale: #181818. Windows color (decimal): -13038843 or 330553. OLE color: 330553.

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

Color convert

RGB 57 11 5 -
CMYK 0 0.81 0.91 0.78
HSL 6.92º 0.84% 0.12% -
HSV(B) 6.92º 0.91% 0.22% -
XYZ 1.83 1.12 0.26 -
YUV 24.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 57 11 5 0 0.81 0.91 0.78 6.92 0.84 0.12
Hex 39 B 5 0 51 5B 4E 7 54 C
Octal 71 13 5 0 121 133 116 7 124 14
Binary 111001 1011 101 0 1010001 1011011 1001110 111 1010100 1100

Color Harmonies of #390B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B05

Black with #390B05

Text Example


Text Example

White with #390B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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