Html Css Color HEX #948149 Clay Creek

📋 copy color: '#948149'

red 148 ◦ green 129 ◦ blue 73

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

Shades of Clay Creek #948149

Tints of Clay Creek #948149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 73 (28.91% from 255) = 20.86%

R = 42.29%
G = 36.86%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#948149 (or 0x948149) is known color: Clay Creek. HEX triplet: 94, 81 and 49. RGB value is (148,129,73). Sum of RGB (Red+Green+Blue) = 148+129+73=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #948149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948149 is #6B7EB6. Grayscale: #808080. Windows color (decimal): -7044791 or 4817300. OLE color: 4817300.

HSL color Cylindrical-coordinate representation of color #948149: hue angle of 44.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #948149 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 73 -
CMYK 0 0.13 0.51 0.42
HSL 44.8º 0.34% 0.43% -
HSV(B) 44.8º 0.51% 0.58% -
XYZ 21.27 22.48 9.52 -
YUV 128.3 96.79 142.05 -
System Red Green Blue C M Y K H S L
Decimal 148 129 73 0 0.13 0.51 0.42 44.8 0.34 0.43
Hex 94 81 49 0 D 33 2A 2D 22 2B
Octal 224 201 111 0 15 63 52 55 42 53
Binary 10010100 10000001 1001001 0 1101 110011 101010 101101 100010 101011

Color Harmonies of #948149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948149

Black with #948149

Text Example


Text Example

White with #948149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948149; }

 p { color: rgb(148,129,73); }

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

background-color css

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

 a { background-color: rgb(148,129,73); }

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

border-color css

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

 span { border-color: rgb(148,129,73); }

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