Html Css Color HEX #948051 Clay Creek

📋 copy color: '#948051'

red 148 ◦ green 128 ◦ blue 81

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

Shades of Clay Creek #948051

Tints of Clay Creek #948051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 41.46%
G = 35.85%
B = 22.69%

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

#948051 (or 0x948051) is known color: Clay Creek. HEX triplet: 94, 80 and 51. RGB value is (148,128,81). Sum of RGB (Red+Green+Blue) = 148+128+81=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #948051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948051 is #6B7FAE. Grayscale: #808080. Windows color (decimal): -7045039 or 5341332. OLE color: 5341332.

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

Color convert

RGB 148 128 81 -
CMYK 0 0.14 0.45 0.42
HSL 42.09º 0.29% 0.45% -
HSV(B) 42.09º 0.45% 0.58% -
XYZ 21.42 22.33 10.97 -
YUV 128.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 148 128 81 0 0.14 0.45 0.42 42.09 0.29 0.45
Hex 94 80 51 0 E 2D 2A 2A 1D 2D
Octal 224 200 121 0 16 55 52 52 35 55
Binary 10010100 10000000 1010001 0 1110 101101 101010 101010 11101 101101

Color Harmonies of #948051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948051

Black with #948051

Text Example


Text Example

White with #948051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948051; }

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

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

background-color css

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

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

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

border-color css

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

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

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