Html Css Color HEX #39130A Seal Brown

📋 copy color: '#39130A'

red 57 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #39130A

Tints of Seal Brown #39130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 22.09%

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 66.28%
G = 22.09%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#39130A (or 0x39130A) is known color: Seal Brown. HEX triplet: 39, 13 and 0A. RGB value is (57,19,10). Sum of RGB (Red+Green+Blue) = 57+19+10=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #39130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39130A is #C6ECF5. Grayscale: #1D1D1D. Windows color (decimal): -13036790 or 660281. OLE color: 660281.

HSL color Cylindrical-coordinate representation of color #39130A: hue angle of 11.49º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #39130A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 19 10 -
CMYK 0 0.67 0.82 0.78
HSL 11.49º 0.7% 0.13% -
HSV(B) 11.49º 0.82% 0.22% -
XYZ 1.98 1.36 0.45 -
YUV 29.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 57 19 10 0 0.67 0.82 0.78 11.49 0.7 0.13
Hex 39 13 A 0 43 52 4E B 46 D
Octal 71 23 12 0 103 122 116 13 106 15
Binary 111001 10011 1010 0 1000011 1010010 1001110 1011 1000110 1101

Color Harmonies of #39130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39130A

Black with #39130A

Text Example


Text Example

White with #39130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39130A; }

 p { color: rgb(57,19,10); }

 H1.HeaderClassName
 {
   color: #39130A;
 }
 .AnyTagClassName
 {
   color: #39130A;
 }
</style>

background-color css

<style>
 a { background-color: #39130A; }

 a { background-color: rgb(57,19,10); }

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

border-color css

<style>
 span { border-color: #39130A; }

 span { border-color: rgb(57,19,10); }

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