Html Css Color HEX #947553 Pale Brown

📋 copy color: '#947553'

red 148 ◦ green 117 ◦ blue 83

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

Shades of Pale Brown #947553

Tints of Pale Brown #947553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 42.53%
G = 33.62%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#947553 (or 0x947553) is known color: Pale Brown. HEX triplet: 94, 75 and 53. RGB value is (148,117,83). Sum of RGB (Red+Green+Blue) = 148+117+83=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #947553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947553 is #6B8AAC. Grayscale: #7A7A7A. Windows color (decimal): -7047853 or 5469588. OLE color: 5469588.

HSL color Cylindrical-coordinate representation of color #947553: hue angle of 31.38º 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 #947553 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 83 -
CMYK 0 0.21 0.44 0.42
HSL 31.38º 0.28% 0.45% -
HSV(B) 31.38º 0.44% 0.58% -
XYZ 20.14 19.64 10.91 -
YUV 122.39 105.77 146.26 -
System Red Green Blue C M Y K H S L
Decimal 148 117 83 0 0.21 0.44 0.42 31.38 0.28 0.45
Hex 94 75 53 0 15 2C 2A 1F 1C 2D
Octal 224 165 123 0 25 54 52 37 34 55
Binary 10010100 1110101 1010011 0 10101 101100 101010 11111 11100 101101

Color Harmonies of #947553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947553

Black with #947553

Text Example


Text Example

White with #947553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947553; }

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

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

background-color css

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

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

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

border-color css

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

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

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