Html Css Color HEX #9F532D Sienna

📋 copy color: '#9F532D'

red 159 ◦ green 83 ◦ blue 45

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

Shades of Sienna #9F532D

Tints of Sienna #9F532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.92%

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

R = 55.4%
G = 28.92%
B = 15.68%

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

#9F532D (or 0x9F532D) is known color: Sienna. HEX triplet: 9F, 53 and 2D. RGB value is (159,83,45). Sum of RGB (Red+Green+Blue) = 159+83+45=287 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.40% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 159 - color contains mainly: red. Hex color #9F532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F532D is #60ACD2. Grayscale: #656565. Windows color (decimal): -6335699 or 2970527. OLE color: 2970527.

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

Color convert

RGB 159 83 45 -
CMYK 0 0.48 0.72 0.38
HSL 20º 0.56% 0.4% -
HSV(B) 20º 0.72% 0.62% -
XYZ 17.86 13.75 4.19 -
YUV 101.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 159 83 45 0 0.48 0.72 0.38 20 0.56 0.4
Hex 9F 53 2D 0 30 48 26 14 38 28
Octal 237 123 55 0 60 110 46 24 70 50
Binary 10011111 1010011 101101 0 110000 1001000 100110 10100 111000 101000

Color Harmonies of #9F532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F532D

Black with #9F532D

Text Example


Text Example

White with #9F532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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