Html Css Color HEX #958D52 Clay Creek

📋 copy color: '#958D52'

red 149 ◦ green 141 ◦ blue 82

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

Shades of Clay Creek #958D52

Tints of Clay Creek #958D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.9%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 40.05%
G = 37.9%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958D52 (or 0x958D52) is known color: Clay Creek. HEX triplet: 95, 8D and 52. RGB value is (149,141,82). Sum of RGB (Red+Green+Blue) = 149+141+82=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #958D52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D52 is #6A72AD. Grayscale: #888888. Windows color (decimal): -6976174 or 5410197. OLE color: 5410197.

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

Color convert

RGB 149 141 82 -
CMYK 0 0.05 0.45 0.42
HSL 52.84º 0.29% 0.45% -
HSV(B) 52.84º 0.45% 0.58% -
XYZ 23.44 26.05 11.77 -
YUV 136.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 149 141 82 0 0.05 0.45 0.42 52.84 0.29 0.45
Hex 95 8D 52 0 5 2D 2A 35 1D 2D
Octal 225 215 122 0 5 55 52 65 35 55
Binary 10010101 10001101 1010010 0 101 101101 101010 110101 11101 101101

Color Harmonies of #958D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958D52

Black with #958D52

Text Example


Text Example

White with #958D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958D52; }

 p { color: rgb(149,141,82); }

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

background-color css

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

 a { background-color: rgb(149,141,82); }

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

border-color css

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

 span { border-color: rgb(149,141,82); }

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