Html Css Color HEX #94795B Pale Brown

📋 copy color: '#94795B'

red 148 ◦ green 121 ◦ blue 91

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

Shades of Pale Brown #94795B

Tints of Pale Brown #94795B

RGB

 RED value IS 148 (58.2% from 255) = 41.11%

 GREEN value IS 121 (47.66% from 255) = 33.61%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 41.11%
G = 33.61%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#94795B (or 0x94795B) is known color: Pale Brown. HEX triplet: 94, 79 and 5B. RGB value is (148,121,91). Sum of RGB (Red+Green+Blue) = 148+121+91=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94795B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94795B is #6B86A4. Grayscale: #7D7D7D. Windows color (decimal): -7046821 or 5994900. OLE color: 5994900.

HSL color Cylindrical-coordinate representation of color #94795B: hue angle of 31.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94795B is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 121 91 -
CMYK 0 0.18 0.39 0.42
HSL 31.58º 0.24% 0.47% -
HSV(B) 31.58º 0.39% 0.58% -
XYZ 20.94 20.73 12.79 -
YUV 125.65 108.45 143.94 -
System Red Green Blue C M Y K H S L
Decimal 148 121 91 0 0.18 0.39 0.42 31.58 0.24 0.47
Hex 94 79 5B 0 12 27 2A 20 18 2F
Octal 224 171 133 0 22 47 52 40 30 57
Binary 10010100 1111001 1011011 0 10010 100111 101010 100000 11000 101111

Color Harmonies of #94795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94795B

Black with #94795B

Text Example


Text Example

White with #94795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94795B; }

 p { color: rgb(148,121,91); }

 H1.HeaderClassName
 {
   color: #94795B;
 }
 .AnyTagClassName
 {
   color: #94795B;
 }
</style>

background-color css

<style>
 a { background-color: #94795B; }

 a { background-color: rgb(148,121,91); }

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

border-color css

<style>
 span { border-color: #94795B; }

 span { border-color: rgb(148,121,91); }

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