Html Css Color HEX #94765D Pale Brown

📋 copy color: '#94765D'

red 148 ◦ green 118 ◦ blue 93

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

Shades of Pale Brown #94765D

Tints of Pale Brown #94765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 41.23%
G = 32.87%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#94765D (or 0x94765D) is known color: Pale Brown. HEX triplet: 94, 76 and 5D. RGB value is (148,118,93). Sum of RGB (Red+Green+Blue) = 148+118+93=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94765D is #6B89A2. Grayscale: #7C7C7C. Windows color (decimal): -7047587 or 6125204. OLE color: 6125204.

HSL color Cylindrical-coordinate representation of color #94765D: hue angle of 27.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94765D is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 93 -
CMYK 0 0.20 0.37 0.42
HSL 27.27º 0.23% 0.47% -
HSV(B) 27.27º 0.37% 0.58% -
XYZ 20.67 20.04 13.14 -
YUV 124.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 148 118 93 0 0.20 0.37 0.42 27.27 0.23 0.47
Hex 94 76 5D 0 14 25 2A 1B 17 2F
Octal 224 166 135 0 24 45 52 33 27 57
Binary 10010100 1110110 1011101 0 10100 100101 101010 11011 10111 101111

Color Harmonies of #94765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94765D

Black with #94765D

Text Example


Text Example

White with #94765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94765D; }

 p { color: rgb(148,118,93); }

 H1.HeaderClassName
 {
   color: #94765D;
 }
 .AnyTagClassName
 {
   color: #94765D;
 }
</style>

background-color css

<style>
 a { background-color: #94765D; }

 a { background-color: rgb(148,118,93); }

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

border-color css

<style>
 span { border-color: #94765D; }

 span { border-color: rgb(148,118,93); }

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