Html Css Color HEX #958952 Clay Creek

📋 copy color: '#958952'

red 149 ◦ green 137 ◦ blue 82

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

Shades of Clay Creek #958952

Tints of Clay Creek #958952

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 40.49%
G = 37.23%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958952 (or 0x958952) is known color: Clay Creek. HEX triplet: 95, 89 and 52. RGB value is (149,137,82). Sum of RGB (Red+Green+Blue) = 149+137+82=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #958952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958952 is #6A76AD. Grayscale: #868686. Windows color (decimal): -6977198 or 5409173. OLE color: 5409173.

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

Color convert

RGB 149 137 82 -
CMYK 0 0.08 0.45 0.42
HSL 49.25º 0.29% 0.45% -
HSV(B) 49.25º 0.45% 0.58% -
XYZ 22.86 24.89 11.58 -
YUV 134.32 98.48 138.47 -
System Red Green Blue C M Y K H S L
Decimal 149 137 82 0 0.08 0.45 0.42 49.25 0.29 0.45
Hex 95 89 52 0 8 2D 2A 31 1D 2D
Octal 225 211 122 0 10 55 52 61 35 55
Binary 10010101 10001001 1010010 0 1000 101101 101010 110001 11101 101101

Color Harmonies of #958952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958952

Black with #958952

Text Example


Text Example

White with #958952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958952; }

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

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

background-color css

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

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

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

border-color css

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

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

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