Html Css Color HEX #9B754F Pale Brown

📋 copy color: '#9B754F'

red 155 ◦ green 117 ◦ blue 79

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

Shades of Pale Brown #9B754F

Tints of Pale Brown #9B754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 44.16%
G = 33.33%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9B754F (or 0x9B754F) is known color: Pale Brown. HEX triplet: 9B, 75 and 4F. RGB value is (155,117,79). Sum of RGB (Red+Green+Blue) = 155+117+79=351 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.16% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 155 - color contains mainly: red. Hex color #9B754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B754F is #648AB0. Grayscale: #7C7C7C. Windows color (decimal): -6589105 or 5207451. OLE color: 5207451.

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

Color convert

RGB 155 117 79 -
CMYK 0 0.25 0.49 0.39
HSL 30º 0.32% 0.46% -
HSV(B) 30º 0.49% 0.61% -
XYZ 21.29 20.26 10.18 -
YUV 124.03 102.59 150.09 -
System Red Green Blue C M Y K H S L
Decimal 155 117 79 0 0.25 0.49 0.39 30 0.32 0.46
Hex 9B 75 4F 0 19 31 27 1E 20 2E
Octal 233 165 117 0 31 61 47 36 40 56
Binary 10011011 1110101 1001111 0 11001 110001 100111 11110 100000 101110

Color Harmonies of #9B754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B754F

Black with #9B754F

Text Example


Text Example

White with #9B754F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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