Html Css Color HEX #948553 Clay Creek

📋 copy color: '#948553'

red 148 ◦ green 133 ◦ blue 83

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

Shades of Clay Creek #948553

Tints of Clay Creek #948553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 40.66%
G = 36.54%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#948553 (or 0x948553) is known color: Clay Creek. HEX triplet: 94, 85 and 53. RGB value is (148,133,83). Sum of RGB (Red+Green+Blue) = 148+133+83=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #948553 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948553 is #6B7AAC. Grayscale: #848484. Windows color (decimal): -7043757 or 5473684. OLE color: 5473684.

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

Color convert

RGB 148 133 83 -
CMYK 0 0.10 0.44 0.42
HSL 46.15º 0.28% 0.45% -
HSV(B) 46.15º 0.44% 0.58% -
XYZ 22.16 23.7 11.59 -
YUV 131.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 148 133 83 0 0.10 0.44 0.42 46.15 0.28 0.45
Hex 94 85 53 0 A 2C 2A 2E 1C 2D
Octal 224 205 123 0 12 54 52 56 34 55
Binary 10010100 10000101 1010011 0 1010 101100 101010 101110 11100 101101

Color Harmonies of #948553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948553

Black with #948553

Text Example


Text Example

White with #948553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948553; }

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

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

background-color css

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

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

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

border-color css

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

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

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