Html Css Color HEX #946F4D Pale Brown

📋 copy color: '#946F4D'

red 148 ◦ green 111 ◦ blue 77

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

Shades of Pale Brown #946F4D

Tints of Pale Brown #946F4D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 44.05%
G = 33.04%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#946F4D (or 0x946F4D) is known color: Pale Brown. HEX triplet: 94, 6F and 4D. RGB value is (148,111,77). Sum of RGB (Red+Green+Blue) = 148+111+77=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #946F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F4D is #6B90B2. Grayscale: #767676. Windows color (decimal): -7049395 or 5074836. OLE color: 5074836.

HSL color Cylindrical-coordinate representation of color #946F4D: hue angle of 28.73º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946F4D is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 111 77 -
CMYK 0 0.25 0.48 0.42
HSL 28.73º 0.32% 0.44% -
HSV(B) 28.73º 0.48% 0.58% -
XYZ 19.24 18.2 9.52 -
YUV 118.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 148 111 77 0 0.25 0.48 0.42 28.73 0.32 0.44
Hex 94 6F 4D 0 19 30 2A 1D 20 2C
Octal 224 157 115 0 31 60 52 35 40 54
Binary 10010100 1101111 1001101 0 11001 110000 101010 11101 100000 101100

Color Harmonies of #946F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F4D

Black with #946F4D

Text Example


Text Example

White with #946F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946F4D; }

 p { color: rgb(148,111,77); }

 H1.HeaderClassName
 {
   color: #946F4D;
 }
 .AnyTagClassName
 {
   color: #946F4D;
 }
</style>

background-color css

<style>
 a { background-color: #946F4D; }

 a { background-color: rgb(148,111,77); }

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

border-color css

<style>
 span { border-color: #946F4D; }

 span { border-color: rgb(148,111,77); }

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