Html Css Color HEX #958350 Clay Creek

📋 copy color: '#958350'

red 149 ◦ green 131 ◦ blue 80

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

Shades of Clay Creek #958350

Tints of Clay Creek #958350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.39%

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

R = 41.39%
G = 36.39%
B = 22.22%

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

#958350 (or 0x958350) is known color: Clay Creek. HEX triplet: 95, 83 and 50. RGB value is (149,131,80). Sum of RGB (Red+Green+Blue) = 149+131+80=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #958350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958350 is #6A7CAF. Grayscale: #828282. Windows color (decimal): -6978736 or 5276565. OLE color: 5276565.

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

Color convert

RGB 149 131 80 -
CMYK 0 0.12 0.46 0.42
HSL 44.35º 0.3% 0.45% -
HSV(B) 44.35º 0.46% 0.58% -
XYZ 21.96 23.2 10.91 -
YUV 130.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 149 131 80 0 0.12 0.46 0.42 44.35 0.3 0.45
Hex 95 83 50 0 C 2E 2A 2C 1E 2D
Octal 225 203 120 0 14 56 52 54 36 55
Binary 10010101 10000011 1010000 0 1100 101110 101010 101100 11110 101101

Color Harmonies of #958350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958350

Black with #958350

Text Example


Text Example

White with #958350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958350; }

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

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

background-color css

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

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

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

border-color css

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

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

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