Html Css Color HEX #948552 Clay Creek

📋 copy color: '#948552'

red 148 ◦ green 133 ◦ blue 82

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

Shades of Clay Creek #948552

Tints of Clay Creek #948552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.59%

R = 40.77%
G = 36.64%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948552 (or 0x948552) is known color: Clay Creek. HEX triplet: 94, 85 and 52. RGB value is (148,133,82). Sum of RGB (Red+Green+Blue) = 148+133+82=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #948552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948552 is #6B7AAD. Grayscale: #838383. Windows color (decimal): -7043758 or 5408148. OLE color: 5408148.

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

Color convert

RGB 148 133 82 -
CMYK 0 0.10 0.45 0.42
HSL 46.36º 0.29% 0.45% -
HSV(B) 46.36º 0.45% 0.58% -
XYZ 22.12 23.68 11.39 -
YUV 131.67 99.97 139.65 -
System Red Green Blue C M Y K H S L
Decimal 148 133 82 0 0.10 0.45 0.42 46.36 0.29 0.45
Hex 94 85 52 0 A 2D 2A 2E 1D 2D
Octal 224 205 122 0 12 55 52 56 35 55
Binary 10010100 10000101 1010010 0 1010 101101 101010 101110 11101 101101

Color Harmonies of #948552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948552

Black with #948552

Text Example


Text Example

White with #948552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948552; }

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

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

background-color css

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

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

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

border-color css

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

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

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