Html Css Color HEX #948559 Clay Creek

📋 copy color: '#948559'

red 148 ◦ green 133 ◦ blue 89

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

Shades of Clay Creek #948559

Tints of Clay Creek #948559

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 89 (35.16% from 255) = 24.05%

R = 40%
G = 35.95%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#948559 (or 0x948559) is known color: Clay Creek. HEX triplet: 94, 85 and 59. RGB value is (148,133,89). Sum of RGB (Red+Green+Blue) = 148+133+89=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 148 - color contains mainly: red. Hex color #948559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948559 is #6B7AA6. Grayscale: #848484. Windows color (decimal): -7043751 or 5866900. OLE color: 5866900.

HSL color Cylindrical-coordinate representation of color #948559: hue angle of 44.75º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #948559 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 89 -
CMYK 0 0.10 0.40 0.42
HSL 44.75º 0.25% 0.46% -
HSV(B) 44.75º 0.4% 0.58% -
XYZ 22.4 23.79 12.86 -
YUV 132.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 148 133 89 0 0.10 0.40 0.42 44.75 0.25 0.46
Hex 94 85 59 0 A 28 2A 2D 19 2E
Octal 224 205 131 0 12 50 52 55 31 56
Binary 10010100 10000101 1011001 0 1010 101000 101010 101101 11001 101110

Color Harmonies of #948559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948559

Black with #948559

Text Example


Text Example

White with #948559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948559; }

 p { color: rgb(148,133,89); }

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

background-color css

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

 a { background-color: rgb(148,133,89); }

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

border-color css

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

 span { border-color: rgb(148,133,89); }

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