Html Css Color HEX #948254 Clay Creek

📋 copy color: '#948254'

red 148 ◦ green 130 ◦ blue 84

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

Shades of Clay Creek #948254

Tints of Clay Creek #948254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 84 (33.2% from 255) = 23.2%

R = 40.88%
G = 35.91%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#948254 (or 0x948254) is known color: Clay Creek. HEX triplet: 94, 82 and 54. RGB value is (148,130,84). Sum of RGB (Red+Green+Blue) = 148+130+84=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #948254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948254 is #6B7DAB. Grayscale: #828282. Windows color (decimal): -7044524 or 5538452. OLE color: 5538452.

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

Color convert

RGB 148 130 84 -
CMYK 0 0.12 0.43 0.42
HSL 43.13º 0.28% 0.45% -
HSV(B) 43.13º 0.43% 0.58% -
XYZ 21.8 22.9 11.66 -
YUV 130.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 148 130 84 0 0.12 0.43 0.42 43.13 0.28 0.45
Hex 94 82 54 0 C 2B 2A 2B 1C 2D
Octal 224 202 124 0 14 53 52 53 34 55
Binary 10010100 10000010 1010100 0 1100 101011 101010 101011 11100 101101

Color Harmonies of #948254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948254

Black with #948254

Text Example


Text Example

White with #948254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948254; }

 p { color: rgb(148,130,84); }

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

background-color css

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

 a { background-color: rgb(148,130,84); }

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

border-color css

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

 span { border-color: rgb(148,130,84); }

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