Html Css Color HEX #9D7253 Pale Brown

📋 copy color: '#9D7253'

red 157 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #9D7253

Tints of Pale Brown #9D7253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.2%

 BLUE value IS 83 (32.81% from 255) = 23.45%

R = 44.35%
G = 32.2%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#9D7253 (or 0x9D7253) is known color: Pale Brown. HEX triplet: 9D, 72 and 53. RGB value is (157,114,83). Sum of RGB (Red+Green+Blue) = 157+114+83=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7253 is #628DAC. Grayscale: #7B7B7B. Windows color (decimal): -6458797 or 5468829. OLE color: 5468829.

HSL color Cylindrical-coordinate representation of color #9D7253: hue angle of 25.14º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7253 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 114 83 -
CMYK 0 0.27 0.47 0.38
HSL 25.14º 0.31% 0.47% -
HSV(B) 25.14º 0.47% 0.62% -
XYZ 21.48 19.83 10.88 -
YUV 123.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 157 114 83 0 0.27 0.47 0.38 25.14 0.31 0.47
Hex 9D 72 53 0 1B 2F 26 19 1F 2F
Octal 235 162 123 0 33 57 46 31 37 57
Binary 10011101 1110010 1010011 0 11011 101111 100110 11001 11111 101111

Color Harmonies of #9D7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7253

Black with #9D7253

Text Example


Text Example

White with #9D7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,114,83); }

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

background-color css

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

 a { background-color: rgb(157,114,83); }

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

border-color css

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

 span { border-color: rgb(157,114,83); }

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