Html Css Color HEX #948250 Clay Creek

📋 copy color: '#948250'

red 148 ◦ green 130 ◦ blue 80

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

Shades of Clay Creek #948250

Tints of Clay Creek #948250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 41.34%
G = 36.31%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#948250 (or 0x948250) is known color: Clay Creek. HEX triplet: 94, 82 and 50. RGB value is (148,130,80). Sum of RGB (Red+Green+Blue) = 148+130+80=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #948250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948250 is #6B7DAF. Grayscale: #818181. Windows color (decimal): -7044528 or 5276308. OLE color: 5276308.

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

Color convert

RGB 148 130 80 -
CMYK 0 0.12 0.46 0.42
HSL 44.12º 0.3% 0.45% -
HSV(B) 44.12º 0.46% 0.58% -
XYZ 21.64 22.84 10.86 -
YUV 129.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 148 130 80 0 0.12 0.46 0.42 44.12 0.3 0.45
Hex 94 82 50 0 C 2E 2A 2C 1E 2D
Octal 224 202 120 0 14 56 52 54 36 55
Binary 10010100 10000010 1010000 0 1100 101110 101010 101100 11110 101101

Color Harmonies of #948250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948250

Black with #948250

Text Example


Text Example

White with #948250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948250; }

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

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

background-color css

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

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

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

border-color css

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

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

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