Html Css Color HEX #9D774B Pale Brown

📋 copy color: '#9D774B'

red 157 ◦ green 119 ◦ blue 75

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

Shades of Pale Brown #9D774B

Tints of Pale Brown #9D774B

RGB

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

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

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

R = 44.73%
G = 33.9%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.38

RGB Variations

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

Color information

#9D774B (or 0x9D774B) is known color: Pale Brown. HEX triplet: 9D, 77 and 4B. RGB value is (157,119,75). Sum of RGB (Red+Green+Blue) = 157+119+75=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 157 - color contains mainly: red. Hex color #9D774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D774B is #6288B4. Grayscale: #7D7D7D. Windows color (decimal): -6457525 or 4945821. OLE color: 4945821.

HSL color Cylindrical-coordinate representation of color #9D774B: hue angle of 32.2º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D774B is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 119 75 -
CMYK 0 0.24 0.52 0.38
HSL 32.2º 0.35% 0.45% -
HSV(B) 32.2º 0.52% 0.62% -
XYZ 21.77 20.87 9.54 -
YUV 125.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 157 119 75 0 0.24 0.52 0.38 32.2 0.35 0.45
Hex 9D 77 4B 0 18 34 26 20 23 2D
Octal 235 167 113 0 30 64 46 40 43 55
Binary 10011101 1110111 1001011 0 11000 110100 100110 100000 100011 101101

Color Harmonies of #9D774B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D774B

Black with #9D774B

Text Example


Text Example

White with #9D774B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,119,75); }

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

background-color css

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

 a { background-color: rgb(157,119,75); }

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

border-color css

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

 span { border-color: rgb(157,119,75); }

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