Html Css Color HEX #9D502B Sienna

📋 copy color: '#9D502B'

red 157 ◦ green 80 ◦ blue 43

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

Shades of Sienna #9D502B

Tints of Sienna #9D502B

RGB

 RED value IS 157 (61.72% from 255) = 56.07%

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 56.07%
G = 28.57%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#9D502B (or 0x9D502B) is known color: Sienna. HEX triplet: 9D, 50 and 2B. RGB value is (157,80,43). Sum of RGB (Red+Green+Blue) = 157+80+43=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D502B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D502B is #62AFD4. Grayscale: #636363. Windows color (decimal): -6467541 or 2838685. OLE color: 2838685.

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

Color convert

RGB 157 80 43 -
CMYK 0 0.49 0.73 0.38
HSL 19.47º 0.57% 0.39% -
HSV(B) 19.47º 0.73% 0.62% -
XYZ 17.21 13.08 3.9 -
YUV 98.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 157 80 43 0 0.49 0.73 0.38 19.47 0.57 0.39
Hex 9D 50 2B 0 31 49 26 13 39 27
Octal 235 120 53 0 61 111 46 23 71 47
Binary 10011101 1010000 101011 0 110001 1001001 100110 10011 111001 100111

Color Harmonies of #9D502B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D502B

Black with #9D502B

Text Example


Text Example

White with #9D502B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,43); }

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

background-color css

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

 a { background-color: rgb(157,80,43); }

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

border-color css

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

 span { border-color: rgb(157,80,43); }

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