Html Css Color HEX #958253 Clay Creek

📋 copy color: '#958253'

red 149 ◦ green 130 ◦ blue 83

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

Shades of Clay Creek #958253

Tints of Clay Creek #958253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

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

R = 41.16%
G = 35.91%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958253 (or 0x958253) is known color: Clay Creek. HEX triplet: 95, 82 and 53. RGB value is (149,130,83). Sum of RGB (Red+Green+Blue) = 149+130+83=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #958253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958253 is #6A7DAC. Grayscale: #828282. Windows color (decimal): -6978989 or 5472917. OLE color: 5472917.

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

Color convert

RGB 149 130 83 -
CMYK 0 0.13 0.44 0.42
HSL 42.73º 0.28% 0.45% -
HSV(B) 42.73º 0.44% 0.58% -
XYZ 21.94 22.98 11.46 -
YUV 130.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 149 130 83 0 0.13 0.44 0.42 42.73 0.28 0.45
Hex 95 82 53 0 D 2C 2A 2B 1C 2D
Octal 225 202 123 0 15 54 52 53 34 55
Binary 10010101 10000010 1010011 0 1101 101100 101010 101011 11100 101101

Color Harmonies of #958253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958253

Black with #958253

Text Example


Text Example

White with #958253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958253; }

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

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

background-color css

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

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

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

border-color css

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

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

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