Html Css Color HEX #9F522F Sienna

📋 copy color: '#9F522F'

red 159 ◦ green 82 ◦ blue 47

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

Shades of Sienna #9F522F

Tints of Sienna #9F522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 55.21%
G = 28.47%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F522F (or 0x9F522F) is known color: Sienna. HEX triplet: 9F, 52 and 2F. RGB value is (159,82,47). Sum of RGB (Red+Green+Blue) = 159+82+47=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F522F is #60ADD0. Grayscale: #656565. Windows color (decimal): -6335953 or 3101343. OLE color: 3101343.

HSL color Cylindrical-coordinate representation of color #9F522F: hue angle of 18.75º 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 #9F522F is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 82 47 -
CMYK 0 0.48 0.70 0.38
HSL 18.75º 0.54% 0.4% -
HSV(B) 18.75º 0.7% 0.62% -
XYZ 17.83 13.61 4.38 -
YUV 101.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 159 82 47 0 0.48 0.70 0.38 18.75 0.54 0.4
Hex 9F 52 2F 0 30 46 26 13 36 28
Octal 237 122 57 0 60 106 46 23 66 50
Binary 10011111 1010010 101111 0 110000 1000110 100110 10011 110110 101000

Color Harmonies of #9F522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F522F

Black with #9F522F

Text Example


Text Example

White with #9F522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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