Html Css Color HEX #947745 Pale Brown

📋 copy color: '#947745'

red 148 ◦ green 119 ◦ blue 69

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

Shades of Pale Brown #947745

Tints of Pale Brown #947745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 44.05%
G = 35.42%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#947745 (or 0x947745) is known color: Pale Brown. HEX triplet: 94, 77 and 45. RGB value is (148,119,69). Sum of RGB (Red+Green+Blue) = 148+119+69=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #947745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947745 is #6B88BA. Grayscale: #7A7A7A. Windows color (decimal): -7047355 or 4552596. OLE color: 4552596.

HSL color Cylindrical-coordinate representation of color #947745: hue angle of 37.97º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #947745 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 69 -
CMYK 0 0.20 0.53 0.42
HSL 37.97º 0.36% 0.43% -
HSV(B) 37.97º 0.53% 0.58% -
XYZ 19.88 19.92 8.43 -
YUV 121.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 148 119 69 0 0.20 0.53 0.42 37.97 0.36 0.43
Hex 94 77 45 0 14 35 2A 26 24 2B
Octal 224 167 105 0 24 65 52 46 44 53
Binary 10010100 1110111 1000101 0 10100 110101 101010 100110 100100 101011

Color Harmonies of #947745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947745

Black with #947745

Text Example


Text Example

White with #947745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947745; }

 p { color: rgb(148,119,69); }

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

background-color css

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

 a { background-color: rgb(148,119,69); }

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

border-color css

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

 span { border-color: rgb(148,119,69); }

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