Html Css Color HEX #948251 Clay Creek

📋 copy color: '#948251'

red 148 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #948251

Tints of Clay Creek #948251

RGB

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

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

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

R = 41.23%
G = 36.21%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#948251 (or 0x948251) is known color: Clay Creek. HEX triplet: 94, 82 and 51. RGB value is (148,130,81). Sum of RGB (Red+Green+Blue) = 148+130+81=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #948251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948251 is #6B7DAE. Grayscale: #828282. Windows color (decimal): -7044527 or 5341844. OLE color: 5341844.

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

Color convert

RGB 148 130 81 -
CMYK 0 0.12 0.45 0.42
HSL 43.88º 0.29% 0.45% -
HSV(B) 43.88º 0.45% 0.58% -
XYZ 21.68 22.86 11.05 -
YUV 129.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 148 130 81 0 0.12 0.45 0.42 43.88 0.29 0.45
Hex 94 82 51 0 C 2D 2A 2C 1D 2D
Octal 224 202 121 0 14 55 52 54 35 55
Binary 10010100 10000010 1010001 0 1100 101101 101010 101100 11101 101101

Color Harmonies of #948251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948251

Black with #948251

Text Example


Text Example

White with #948251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948251; }

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

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

background-color css

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

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

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

border-color css

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

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

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