Html Css Color HEX #958352 Clay Creek

📋 copy color: '#958352'

red 149 ◦ green 131 ◦ blue 82

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

Shades of Clay Creek #958352

Tints of Clay Creek #958352

RGB

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

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

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

R = 41.16%
G = 36.19%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#958352 (or 0x958352) is known color: Clay Creek. HEX triplet: 95, 83 and 52. RGB value is (149,131,82). Sum of RGB (Red+Green+Blue) = 149+131+82=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958352 is #6A7CAD. Grayscale: #838383. Windows color (decimal): -6978734 or 5407637. OLE color: 5407637.

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

Color convert

RGB 149 131 82 -
CMYK 0 0.12 0.45 0.42
HSL 43.88º 0.29% 0.45% -
HSV(B) 43.88º 0.45% 0.58% -
XYZ 22.03 23.23 11.31 -
YUV 130.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 149 131 82 0 0.12 0.45 0.42 43.88 0.29 0.45
Hex 95 83 52 0 C 2D 2A 2C 1D 2D
Octal 225 203 122 0 14 55 52 54 35 55
Binary 10010101 10000011 1010010 0 1100 101101 101010 101100 11101 101101

Color Harmonies of #958352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958352

Black with #958352

Text Example


Text Example

White with #958352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958352; }

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

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

background-color css

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

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

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

border-color css

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

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

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