Html Css Color HEX #958752 Clay Creek

📋 copy color: '#958752'

red 149 ◦ green 135 ◦ blue 82

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

Shades of Clay Creek #958752

Tints of Clay Creek #958752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

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

R = 40.71%
G = 36.89%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958752 (or 0x958752) is known color: Clay Creek. HEX triplet: 95, 87 and 52. RGB value is (149,135,82). Sum of RGB (Red+Green+Blue) = 149+135+82=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #958752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958752 is #6A78AD. Grayscale: #858585. Windows color (decimal): -6977710 or 5408661. OLE color: 5408661.

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

Color convert

RGB 149 135 82 -
CMYK 0 0.09 0.45 0.42
HSL 47.46º 0.29% 0.45% -
HSV(B) 47.46º 0.45% 0.58% -
XYZ 22.58 24.33 11.49 -
YUV 133.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 149 135 82 0 0.09 0.45 0.42 47.46 0.29 0.45
Hex 95 87 52 0 9 2D 2A 2F 1D 2D
Octal 225 207 122 0 11 55 52 57 35 55
Binary 10010101 10000111 1010010 0 1001 101101 101010 101111 11101 101101

Color Harmonies of #958752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958752

Black with #958752

Text Example


Text Example

White with #958752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958752; }

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

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

background-color css

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

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

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

border-color css

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

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

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