Html Css Color HEX #958251 Clay Creek

📋 copy color: '#958251'

red 149 ◦ green 130 ◦ blue 81

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

Shades of Clay Creek #958251

Tints of Clay Creek #958251

RGB

 RED value IS 149 (58.59% from 255) = 41.39%

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

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

R = 41.39%
G = 36.11%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958251 (or 0x958251) is known color: Clay Creek. HEX triplet: 95, 82 and 51. RGB value is (149,130,81). Sum of RGB (Red+Green+Blue) = 149+130+81=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958251 is #6A7DAE. Grayscale: #828282. Windows color (decimal): -6978991 or 5341845. OLE color: 5341845.

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

Color convert

RGB 149 130 81 -
CMYK 0 0.13 0.46 0.42
HSL 43.24º 0.3% 0.45% -
HSV(B) 43.24º 0.46% 0.58% -
XYZ 21.86 22.95 11.06 -
YUV 130.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 149 130 81 0 0.13 0.46 0.42 43.24 0.3 0.45
Hex 95 82 51 0 D 2E 2A 2B 1E 2D
Octal 225 202 121 0 15 56 52 53 36 55
Binary 10010101 10000010 1010001 0 1101 101110 101010 101011 11110 101101

Color Harmonies of #958251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958251

Black with #958251

Text Example


Text Example

White with #958251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958251; }

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

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

background-color css

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

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

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

border-color css

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

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

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