Html Css Color HEX #9C7253 Pale Brown

📋 copy color: '#9C7253'

red 156 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #9C7253

Tints of Pale Brown #9C7253

RGB

 RED value IS 156 (61.33% from 255) = 44.19%

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

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

R = 44.19%
G = 32.29%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#9C7253 (or 0x9C7253) is known color: Pale Brown. HEX triplet: 9C, 72 and 53. RGB value is (156,114,83). Sum of RGB (Red+Green+Blue) = 156+114+83=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7253 is #638DAC. Grayscale: #7B7B7B. Windows color (decimal): -6524333 or 5468828. OLE color: 5468828.

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

Color convert

RGB 156 114 83 -
CMYK 0 0.27 0.47 0.39
HSL 25.48º 0.31% 0.47% -
HSV(B) 25.48º 0.47% 0.61% -
XYZ 21.29 19.73 10.87 -
YUV 123.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 156 114 83 0 0.27 0.47 0.39 25.48 0.31 0.47
Hex 9C 72 53 0 1B 2F 27 19 1F 2F
Octal 234 162 123 0 33 57 47 31 37 57
Binary 10011100 1110010 1010011 0 11011 101111 100111 11001 11111 101111

Color Harmonies of #9C7253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7253

Black with #9C7253

Text Example


Text Example

White with #9C7253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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