Html Css Color HEX #958453 Clay Creek

📋 copy color: '#958453'

red 149 ◦ green 132 ◦ blue 83

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

Shades of Clay Creek #958453

Tints of Clay Creek #958453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.8%

R = 40.93%
G = 36.26%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958453 (or 0x958453) is known color: Clay Creek. HEX triplet: 95, 84 and 53. RGB value is (149,132,83). Sum of RGB (Red+Green+Blue) = 149+132+83=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #958453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958453 is #6A7BAC. Grayscale: #838383. Windows color (decimal): -6978477 or 5473429. OLE color: 5473429.

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

Color convert

RGB 149 132 83 -
CMYK 0 0.11 0.44 0.42
HSL 44.55º 0.28% 0.45% -
HSV(B) 44.55º 0.44% 0.58% -
XYZ 22.21 23.52 11.55 -
YUV 131.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 149 132 83 0 0.11 0.44 0.42 44.55 0.28 0.45
Hex 95 84 53 0 B 2C 2A 2D 1C 2D
Octal 225 204 123 0 13 54 52 55 34 55
Binary 10010101 10000100 1010011 0 1011 101100 101010 101101 11100 101101

Color Harmonies of #958453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958453

Black with #958453

Text Example


Text Example

White with #958453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958453; }

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

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

background-color css

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

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

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

border-color css

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

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

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