Html Css Color HEX #947053 Pale Brown

📋 copy color: '#947053'

red 148 ◦ green 112 ◦ blue 83

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

Shades of Pale Brown #947053

Tints of Pale Brown #947053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.65%

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 43.15%
G = 32.65%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#947053 (or 0x947053) is known color: Pale Brown. HEX triplet: 94, 70 and 53. RGB value is (148,112,83). Sum of RGB (Red+Green+Blue) = 148+112+83=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 112 (44.14% from 255 or 32.65% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947053 is #6B8FAC. Grayscale: #777777. Windows color (decimal): -7049133 or 5468308. OLE color: 5468308.

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

Color convert

RGB 148 112 83 -
CMYK 0 0.24 0.44 0.42
HSL 26.77º 0.28% 0.45% -
HSV(B) 26.77º 0.44% 0.58% -
XYZ 19.57 18.51 10.72 -
YUV 119.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 148 112 83 0 0.24 0.44 0.42 26.77 0.28 0.45
Hex 94 70 53 0 18 2C 2A 1B 1C 2D
Octal 224 160 123 0 30 54 52 33 34 55
Binary 10010100 1110000 1010011 0 11000 101100 101010 11011 11100 101101

Color Harmonies of #947053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947053

Black with #947053

Text Example


Text Example

White with #947053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947053; }

 p { color: rgb(148,112,83); }

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

background-color css

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

 a { background-color: rgb(148,112,83); }

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

border-color css

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

 span { border-color: rgb(148,112,83); }

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