Html Css Color HEX #948451 Clay Creek

📋 copy color: '#948451'

red 148 ◦ green 132 ◦ blue 81

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

Shades of Clay Creek #948451

Tints of Clay Creek #948451

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 41%
G = 36.57%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948451 (or 0x948451) is known color: Clay Creek. HEX triplet: 94, 84 and 51. RGB value is (148,132,81). Sum of RGB (Red+Green+Blue) = 148+132+81=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #948451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948451 is #6B7BAE. Grayscale: #838383. Windows color (decimal): -7044015 or 5342356. OLE color: 5342356.

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

Color convert

RGB 148 132 81 -
CMYK 0 0.11 0.45 0.42
HSL 45.67º 0.29% 0.45% -
HSV(B) 45.67º 0.45% 0.58% -
XYZ 21.95 23.39 11.14 -
YUV 130.97 99.8 140.15 -
System Red Green Blue C M Y K H S L
Decimal 148 132 81 0 0.11 0.45 0.42 45.67 0.29 0.45
Hex 94 84 51 0 B 2D 2A 2E 1D 2D
Octal 224 204 121 0 13 55 52 56 35 55
Binary 10010100 10000100 1010001 0 1011 101101 101010 101110 11101 101101

Color Harmonies of #948451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948451

Black with #948451

Text Example


Text Example

White with #948451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948451; }

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

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

background-color css

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

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

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

border-color css

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

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

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