Html Css Color HEX #39140A Seal Brown

📋 copy color: '#39140A'

red 57 ◦ green 20 ◦ blue 10

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

Shades of Seal Brown #39140A

Tints of Seal Brown #39140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.99%

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

R = 65.52%
G = 22.99%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#39140A (or 0x39140A) is known color: Seal Brown. HEX triplet: 39, 14 and 0A. RGB value is (57,20,10). Sum of RGB (Red+Green+Blue) = 57+20+10=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #39140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39140A is #C6EBF5. Grayscale: #1E1E1E. Windows color (decimal): -13036534 or 660537. OLE color: 660537.

HSL color Cylindrical-coordinate representation of color #39140A: hue angle of 12.77º 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 #39140A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 20 10 -
CMYK 0 0.65 0.82 0.78
HSL 12.77º 0.7% 0.13% -
HSV(B) 12.77º 0.82% 0.22% -
XYZ 1.99 1.39 0.45 -
YUV 29.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 57 20 10 0 0.65 0.82 0.78 12.77 0.7 0.13
Hex 39 14 A 0 41 52 4E D 46 D
Octal 71 24 12 0 101 122 116 15 106 15
Binary 111001 10100 1010 0 1000001 1010010 1001110 1101 1000110 1101

Color Harmonies of #39140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39140A

Black with #39140A

Text Example


Text Example

White with #39140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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