Html Css Color HEX #948550 Clay Creek

📋 copy color: '#948550'

red 148 ◦ green 133 ◦ blue 80

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

Shades of Clay Creek #948550

Tints of Clay Creek #948550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 41%
G = 36.84%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#948550 (or 0x948550) is known color: Clay Creek. HEX triplet: 94, 85 and 50. RGB value is (148,133,80). Sum of RGB (Red+Green+Blue) = 148+133+80=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #948550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948550 is #6B7AAF. Grayscale: #838383. Windows color (decimal): -7043760 or 5277076. OLE color: 5277076.

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

Color convert

RGB 148 133 80 -
CMYK 0 0.10 0.46 0.42
HSL 46.76º 0.3% 0.45% -
HSV(B) 46.76º 0.46% 0.58% -
XYZ 22.05 23.65 10.99 -
YUV 131.44 98.97 139.81 -
System Red Green Blue C M Y K H S L
Decimal 148 133 80 0 0.10 0.46 0.42 46.76 0.3 0.45
Hex 94 85 50 0 A 2E 2A 2F 1E 2D
Octal 224 205 120 0 12 56 52 57 36 55
Binary 10010100 10000101 1010000 0 1010 101110 101010 101111 11110 101101

Color Harmonies of #948550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948550

Black with #948550

Text Example


Text Example

White with #948550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948550; }

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

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

background-color css

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

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

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

border-color css

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

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

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