Html Css Color HEX #947245 Pale Brown

📋 copy color: '#947245'

red 148 ◦ green 114 ◦ blue 69

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

Shades of Pale Brown #947245

Tints of Pale Brown #947245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.44%

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

R = 44.71%
G = 34.44%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#947245 (or 0x947245) is known color: Pale Brown. HEX triplet: 94, 72 and 45. RGB value is (148,114,69). Sum of RGB (Red+Green+Blue) = 148+114+69=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947245 is #6B8DBA. Grayscale: #777777. Windows color (decimal): -7048635 or 4551316. OLE color: 4551316.

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

Color convert

RGB 148 114 69 -
CMYK 0 0.23 0.53 0.42
HSL 34.18º 0.36% 0.43% -
HSV(B) 34.18º 0.53% 0.58% -
XYZ 19.3 18.76 8.23 -
YUV 119.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 148 114 69 0 0.23 0.53 0.42 34.18 0.36 0.43
Hex 94 72 45 0 17 35 2A 22 24 2B
Octal 224 162 105 0 27 65 52 42 44 53
Binary 10010100 1110010 1000101 0 10111 110101 101010 100010 100100 101011

Color Harmonies of #947245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947245

Black with #947245

Text Example


Text Example

White with #947245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947245; }

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

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

background-color css

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

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

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

border-color css

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

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

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