Html Css Color HEX #958A53 Clay Creek

📋 copy color: '#958A53'

red 149 ◦ green 138 ◦ blue 83

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

Shades of Clay Creek #958A53

Tints of Clay Creek #958A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.3%

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

R = 40.27%
G = 37.3%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#958A53 (or 0x958A53) is known color: Clay Creek. HEX triplet: 95, 8A and 53. RGB value is (149,138,83). Sum of RGB (Red+Green+Blue) = 149+138+83=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #958A53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958A53 is #6A75AC. Grayscale: #878787. Windows color (decimal): -6976941 or 5474965. OLE color: 5474965.

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

Color convert

RGB 149 138 83 -
CMYK 0 0.07 0.44 0.42
HSL 50º 0.28% 0.45% -
HSV(B) 50º 0.44% 0.58% -
XYZ 23.04 25.19 11.83 -
YUV 135.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 149 138 83 0 0.07 0.44 0.42 50 0.28 0.45
Hex 95 8A 53 0 7 2C 2A 32 1C 2D
Octal 225 212 123 0 7 54 52 62 34 55
Binary 10010101 10001010 1010011 0 111 101100 101010 110010 11100 101101

Color Harmonies of #958A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958A53

Black with #958A53

Text Example


Text Example

White with #958A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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