Html Css Color HEX #947851 Pale Brown

📋 copy color: '#947851'

red 148 ◦ green 120 ◦ blue 81

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

Shades of Pale Brown #947851

Tints of Pale Brown #947851

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 42.41%
G = 34.38%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#947851 (or 0x947851) is known color: Pale Brown. HEX triplet: 94, 78 and 51. RGB value is (148,120,81). Sum of RGB (Red+Green+Blue) = 148+120+81=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #947851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947851 is #6B87AE. Grayscale: #7C7C7C. Windows color (decimal): -7047087 or 5339284. OLE color: 5339284.

HSL color Cylindrical-coordinate representation of color #947851: hue angle of 34.93º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #947851 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 81 -
CMYK 0 0.19 0.45 0.42
HSL 34.93º 0.29% 0.45% -
HSV(B) 34.93º 0.45% 0.58% -
XYZ 20.41 20.32 10.63 -
YUV 123.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 148 120 81 0 0.19 0.45 0.42 34.93 0.29 0.45
Hex 94 78 51 0 13 2D 2A 23 1D 2D
Octal 224 170 121 0 23 55 52 43 35 55
Binary 10010100 1111000 1010001 0 10011 101101 101010 100011 11101 101101

Color Harmonies of #947851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947851

Black with #947851

Text Example


Text Example

White with #947851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947851; }

 p { color: rgb(148,120,81); }

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

background-color css

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

 a { background-color: rgb(148,120,81); }

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

border-color css

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

 span { border-color: rgb(148,120,81); }

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