Html Css Color HEX #94764B Pale Brown

📋 copy color: '#94764B'

red 148 ◦ green 118 ◦ blue 75

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

Shades of Pale Brown #94764B

Tints of Pale Brown #94764B

RGB

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

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

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

R = 43.4%
G = 34.6%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94764B (or 0x94764B) is known color: Pale Brown. HEX triplet: 94, 76 and 4B. RGB value is (148,118,75). Sum of RGB (Red+Green+Blue) = 148+118+75=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94764B is #6B89B4. Grayscale: #7A7A7A. Windows color (decimal): -7047605 or 4945556. OLE color: 4945556.

HSL color Cylindrical-coordinate representation of color #94764B: hue angle of 35.34º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94764B is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 75 -
CMYK 0 0.20 0.49 0.42
HSL 35.34º 0.33% 0.44% -
HSV(B) 35.34º 0.49% 0.58% -
XYZ 19.96 19.76 9.42 -
YUV 122.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 148 118 75 0 0.20 0.49 0.42 35.34 0.33 0.44
Hex 94 76 4B 0 14 31 2A 23 21 2C
Octal 224 166 113 0 24 61 52 43 41 54
Binary 10010100 1110110 1001011 0 10100 110001 101010 100011 100001 101100

Color Harmonies of #94764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94764B

Black with #94764B

Text Example


Text Example

White with #94764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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