Html Css Color HEX #948558 Clay Creek

📋 copy color: '#948558'

red 148 ◦ green 133 ◦ blue 88

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

Shades of Clay Creek #948558

Tints of Clay Creek #948558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 40.11%
G = 36.04%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#948558 (or 0x948558) is known color: Clay Creek. HEX triplet: 94, 85 and 58. RGB value is (148,133,88). Sum of RGB (Red+Green+Blue) = 148+133+88=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 148 - color contains mainly: red. Hex color #948558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948558 is #6B7AA7. Grayscale: #848484. Windows color (decimal): -7043752 or 5801364. OLE color: 5801364.

HSL color Cylindrical-coordinate representation of color #948558: hue angle of 45º degrees, saturation: 0.25, 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 #948558 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 88 -
CMYK 0 0.10 0.41 0.42
HSL 45º 0.25% 0.46% -
HSV(B) 45º 0.41% 0.58% -
XYZ 22.36 23.78 12.64 -
YUV 132.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 148 133 88 0 0.10 0.41 0.42 45 0.25 0.46
Hex 94 85 58 0 A 29 2A 2D 19 2E
Octal 224 205 130 0 12 51 52 55 31 56
Binary 10010100 10000101 1011000 0 1010 101001 101010 101101 11001 101110

Color Harmonies of #948558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948558

Black with #948558

Text Example


Text Example

White with #948558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948558; }

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

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

background-color css

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

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

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

border-color css

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

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

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