Html Css Color HEX #9A724B Pale Brown

📋 copy color: '#9A724B'

red 154 ◦ green 114 ◦ blue 75

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

Shades of Pale Brown #9A724B

Tints of Pale Brown #9A724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.87%

R = 44.9%
G = 33.24%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#9A724B (or 0x9A724B) is known color: Pale Brown. HEX triplet: 9A, 72 and 4B. RGB value is (154,114,75). Sum of RGB (Red+Green+Blue) = 154+114+75=343 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.90% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 154 - color contains mainly: red. Hex color #9A724B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A724B is #658DB4. Grayscale: #797979. Windows color (decimal): -6655413 or 4944538. OLE color: 4944538.

HSL color Cylindrical-coordinate representation of color #9A724B: hue angle of 29.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A724B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 114 75 -
CMYK 0 0.26 0.51 0.40
HSL 29.62º 0.34% 0.45% -
HSV(B) 29.62º 0.51% 0.6% -
XYZ 20.61 19.41 9.32 -
YUV 121.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 154 114 75 0 0.26 0.51 0.40 29.62 0.34 0.45
Hex 9A 72 4B 0 1A 33 28 1E 22 2D
Octal 232 162 113 0 32 63 50 36 42 55
Binary 10011010 1110010 1001011 0 11010 110011 101000 11110 100010 101101

Color Harmonies of #9A724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A724B

Black with #9A724B

Text Example


Text Example

White with #9A724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,114,75); }

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

background-color css

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

 a { background-color: rgb(154,114,75); }

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

border-color css

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

 span { border-color: rgb(154,114,75); }

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