Html Css Color HEX #9B754E Pale Brown

📋 copy color: '#9B754E'

red 155 ◦ green 117 ◦ blue 78

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

Shades of Pale Brown #9B754E

Tints of Pale Brown #9B754E

RGB

 RED value IS 155 (60.94% from 255) = 44.29%

 GREEN value IS 117 (46.09% from 255) = 33.43%

 BLUE value IS 78 (30.86% from 255) = 22.29%

R = 44.29%
G = 33.43%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#9B754E (or 0x9B754E) is known color: Pale Brown. HEX triplet: 9B, 75 and 4E. RGB value is (155,117,78). Sum of RGB (Red+Green+Blue) = 155+117+78=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B754E is #648AB1. Grayscale: #7C7C7C. Windows color (decimal): -6589106 or 5141915. OLE color: 5141915.

HSL color Cylindrical-coordinate representation of color #9B754E: hue angle of 30.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B754E is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 117 78 -
CMYK 0 0.25 0.50 0.39
HSL 30.39º 0.33% 0.46% -
HSV(B) 30.39º 0.5% 0.61% -
XYZ 21.25 20.24 9.99 -
YUV 123.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 155 117 78 0 0.25 0.50 0.39 30.39 0.33 0.46
Hex 9B 75 4E 0 19 32 27 1E 21 2E
Octal 233 165 116 0 31 62 47 36 41 56
Binary 10011011 1110101 1001110 0 11001 110010 100111 11110 100001 101110

Color Harmonies of #9B754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B754E

Black with #9B754E

Text Example


Text Example

White with #9B754E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,117,78); }

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

background-color css

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

 a { background-color: rgb(155,117,78); }

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

border-color css

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

 span { border-color: rgb(155,117,78); }

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