Html Css Color HEX #9F522C Sienna

📋 copy color: '#9F522C'

red 159 ◦ green 82 ◦ blue 44

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

Shades of Sienna #9F522C

Tints of Sienna #9F522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 55.79%
G = 28.77%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#9F522C (or 0x9F522C) is known color: Sienna. HEX triplet: 9F, 52 and 2C. RGB value is (159,82,44). Sum of RGB (Red+Green+Blue) = 159+82+44=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F522C is #60ADD3. Grayscale: #646464. Windows color (decimal): -6335956 or 2904735. OLE color: 2904735.

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

Color convert

RGB 159 82 44 -
CMYK 0 0.48 0.72 0.38
HSL 19.83º 0.57% 0.4% -
HSV(B) 19.83º 0.72% 0.62% -
XYZ 17.77 13.59 4.07 -
YUV 100.69 96.01 169.59 -
System Red Green Blue C M Y K H S L
Decimal 159 82 44 0 0.48 0.72 0.38 19.83 0.57 0.4
Hex 9F 52 2C 0 30 48 26 14 39 28
Octal 237 122 54 0 60 110 46 24 71 50
Binary 10011111 1010010 101100 0 110000 1001000 100110 10100 111001 101000

Color Harmonies of #9F522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F522C

Black with #9F522C

Text Example


Text Example

White with #9F522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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