Html Css Color HEX #958450 Clay Creek

📋 copy color: '#958450'

red 149 ◦ green 132 ◦ blue 80

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

Shades of Clay Creek #958450

Tints of Clay Creek #958450

RGB

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

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

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

R = 41.27%
G = 36.57%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#958450 (or 0x958450) is known color: Clay Creek. HEX triplet: 95, 84 and 50. RGB value is (149,132,80). Sum of RGB (Red+Green+Blue) = 149+132+80=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #958450 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958450 is #6A7BAF. Grayscale: #838383. Windows color (decimal): -6978480 or 5276821. OLE color: 5276821.

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

Color convert

RGB 149 132 80 -
CMYK 0 0.11 0.46 0.42
HSL 45.22º 0.3% 0.45% -
HSV(B) 45.22º 0.46% 0.58% -
XYZ 22.09 23.47 10.96 -
YUV 131.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 149 132 80 0 0.11 0.46 0.42 45.22 0.3 0.45
Hex 95 84 50 0 B 2E 2A 2D 1E 2D
Octal 225 204 120 0 13 56 52 55 36 55
Binary 10010101 10000100 1010000 0 1011 101110 101010 101101 11110 101101

Color Harmonies of #958450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958450

Black with #958450

Text Example


Text Example

White with #958450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958450; }

 p { color: rgb(149,132,80); }

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

background-color css

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

 a { background-color: rgb(149,132,80); }

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

border-color css

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

 span { border-color: rgb(149,132,80); }

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