Html Css Color HEX #9F512F Sienna

📋 copy color: '#9F512F'

red 159 ◦ green 81 ◦ blue 47

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

Shades of Sienna #9F512F

Tints of Sienna #9F512F

RGB

 RED value IS 159 (62.5% from 255) = 55.4%

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 55.4%
G = 28.22%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F512F (or 0x9F512F) is known color: Sienna. HEX triplet: 9F, 51 and 2F. RGB value is (159,81,47). Sum of RGB (Red+Green+Blue) = 159+81+47=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F512F is #60AED0. Grayscale: #646464. Windows color (decimal): -6336209 or 3101087. OLE color: 3101087.

HSL color Cylindrical-coordinate representation of color #9F512F: hue angle of 18.21º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F512F is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 81 47 -
CMYK 0 0.49 0.70 0.38
HSL 18.21º 0.54% 0.4% -
HSV(B) 18.21º 0.7% 0.62% -
XYZ 17.75 13.46 4.35 -
YUV 100.45 97.84 169.76 -
System Red Green Blue C M Y K H S L
Decimal 159 81 47 0 0.49 0.70 0.38 18.21 0.54 0.4
Hex 9F 51 2F 0 31 46 26 12 36 28
Octal 237 121 57 0 61 106 46 22 66 50
Binary 10011111 1010001 101111 0 110001 1000110 100110 10010 110110 101000

Color Harmonies of #9F512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F512F

Black with #9F512F

Text Example


Text Example

White with #9F512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F512F; }

 p { color: rgb(159,81,47); }

 H1.HeaderClassName
 {
   color: #9F512F;
 }
 .AnyTagClassName
 {
   color: #9F512F;
 }
</style>

background-color css

<style>
 a { background-color: #9F512F; }

 a { background-color: rgb(159,81,47); }

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

border-color css

<style>
 span { border-color: #9F512F; }

 span { border-color: rgb(159,81,47); }

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