Html Css Color HEX #9F512D Sienna

📋 copy color: '#9F512D'

red 159 ◦ green 81 ◦ blue 45

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

Shades of Sienna #9F512D

Tints of Sienna #9F512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 55.79%
G = 28.42%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F512D (or 0x9F512D) is known color: Sienna. HEX triplet: 9F, 51 and 2D. RGB value is (159,81,45). Sum of RGB (Red+Green+Blue) = 159+81+45=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F512D is #60AED2. Grayscale: #646464. Windows color (decimal): -6336211 or 2970015. OLE color: 2970015.

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

Color convert

RGB 159 81 45 -
CMYK 0 0.49 0.72 0.38
HSL 18.95º 0.56% 0.4% -
HSV(B) 18.95º 0.72% 0.62% -
XYZ 17.71 13.45 4.14 -
YUV 100.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 159 81 45 0 0.49 0.72 0.38 18.95 0.56 0.4
Hex 9F 51 2D 0 31 48 26 13 38 28
Octal 237 121 55 0 61 110 46 23 70 50
Binary 10011111 1010001 101101 0 110001 1001000 100110 10011 111000 101000

Color Harmonies of #9F512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F512D

Black with #9F512D

Text Example


Text Example

White with #9F512D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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