Html Css Color HEX #948052 Clay Creek

📋 copy color: '#948052'

red 148 ◦ green 128 ◦ blue 82

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

Shades of Clay Creek #948052

Tints of Clay Creek #948052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

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

R = 41.34%
G = 35.75%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948052 (or 0x948052) is known color: Clay Creek. HEX triplet: 94, 80 and 52. RGB value is (148,128,82). Sum of RGB (Red+Green+Blue) = 148+128+82=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #948052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948052 is #6B7FAD. Grayscale: #808080. Windows color (decimal): -7045038 or 5406868. OLE color: 5406868.

HSL color Cylindrical-coordinate representation of color #948052: hue angle of 41.82º 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 #948052 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 82 -
CMYK 0 0.14 0.45 0.42
HSL 41.82º 0.29% 0.45% -
HSV(B) 41.82º 0.45% 0.58% -
XYZ 21.45 22.34 11.16 -
YUV 128.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 148 128 82 0 0.14 0.45 0.42 41.82 0.29 0.45
Hex 94 80 52 0 E 2D 2A 2A 1D 2D
Octal 224 200 122 0 16 55 52 52 35 55
Binary 10010100 10000000 1010010 0 1110 101101 101010 101010 11101 101101

Color Harmonies of #948052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948052

Black with #948052

Text Example


Text Example

White with #948052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948052; }

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

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

background-color css

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

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

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

border-color css

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

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

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