Html Css Color HEX #9A7752 Pale Brown

📋 copy color: '#9A7752'

red 154 ◦ green 119 ◦ blue 82

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

Shades of Pale Brown #9A7752

Tints of Pale Brown #9A7752

RGB

 RED value IS 154 (60.55% from 255) = 43.38%

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 43.38%
G = 33.52%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#9A7752 (or 0x9A7752) is known color: Pale Brown. HEX triplet: 9A, 77 and 52. RGB value is (154,119,82). Sum of RGB (Red+Green+Blue) = 154+119+82=355 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.38% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7752 is #6588AD. Grayscale: #7D7D7D. Windows color (decimal): -6654126 or 5404570. OLE color: 5404570.

HSL color Cylindrical-coordinate representation of color #9A7752: hue angle of 30.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A7752 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 119 82 -
CMYK 0 0.23 0.47 0.40
HSL 30.83º 0.31% 0.46% -
HSV(B) 30.83º 0.47% 0.6% -
XYZ 21.45 20.67 10.84 -
YUV 125.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 154 119 82 0 0.23 0.47 0.40 30.83 0.31 0.46
Hex 9A 77 52 0 17 2F 28 1F 1F 2E
Octal 232 167 122 0 27 57 50 37 37 56
Binary 10011010 1110111 1010010 0 10111 101111 101000 11111 11111 101110

Color Harmonies of #9A7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7752

Black with #9A7752

Text Example


Text Example

White with #9A7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,119,82); }

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

background-color css

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

 a { background-color: rgb(154,119,82); }

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

border-color css

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

 span { border-color: rgb(154,119,82); }

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