Html Css Color HEX #948457 Clay Creek

📋 copy color: '#948457'

red 148 ◦ green 132 ◦ blue 87

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

Shades of Clay Creek #948457

Tints of Clay Creek #948457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.97%

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 40.33%
G = 35.97%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948457 (or 0x948457) is known color: Clay Creek. HEX triplet: 94, 84 and 57. RGB value is (148,132,87). Sum of RGB (Red+Green+Blue) = 148+132+87=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #948457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948457 is #6B7BA8. Grayscale: #838383. Windows color (decimal): -7044009 or 5735572. OLE color: 5735572.

HSL color Cylindrical-coordinate representation of color #948457: hue angle of 44.26º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #948457 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 87 -
CMYK 0 0.11 0.41 0.42
HSL 44.26º 0.26% 0.46% -
HSV(B) 44.26º 0.41% 0.58% -
XYZ 22.18 23.49 12.38 -
YUV 131.65 102.8 139.66 -
System Red Green Blue C M Y K H S L
Decimal 148 132 87 0 0.11 0.41 0.42 44.26 0.26 0.46
Hex 94 84 57 0 B 29 2A 2C 1A 2E
Octal 224 204 127 0 13 51 52 54 32 56
Binary 10010100 10000100 1010111 0 1011 101001 101010 101100 11010 101110

Color Harmonies of #948457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948457

Black with #948457

Text Example


Text Example

White with #948457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948457; }

 p { color: rgb(148,132,87); }

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

background-color css

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

 a { background-color: rgb(148,132,87); }

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

border-color css

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

 span { border-color: rgb(148,132,87); }

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