Html Css Color HEX #948952 Clay Creek

📋 copy color: '#948952'

red 148 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #948952

Tints of Clay Creek #948952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.33%

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

R = 40.33%
G = 37.33%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948952 (or 0x948952) is known color: Clay Creek. HEX triplet: 94, 89 and 52. RGB value is (148,137,82). Sum of RGB (Red+Green+Blue) = 148+137+82=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #948952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948952 is #6B76AD. Grayscale: #868686. Windows color (decimal): -7042734 or 5409172. OLE color: 5409172.

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

Color convert

RGB 148 137 82 -
CMYK 0 0.07 0.45 0.42
HSL 50º 0.29% 0.45% -
HSV(B) 50º 0.45% 0.58% -
XYZ 22.68 24.8 11.57 -
YUV 134.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 148 137 82 0 0.07 0.45 0.42 50 0.29 0.45
Hex 94 89 52 0 7 2D 2A 32 1D 2D
Octal 224 211 122 0 7 55 52 62 35 55
Binary 10010100 10001001 1010010 0 111 101101 101010 110010 11101 101101

Color Harmonies of #948952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948952

Black with #948952

Text Example


Text Example

White with #948952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948952; }

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

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

background-color css

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

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

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

border-color css

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

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

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