Html Css Color HEX #938953 Clay Creek

📋 copy color: '#938953'

red 147 ◦ green 137 ◦ blue 83

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

Shades of Clay Creek #938953

Tints of Clay Creek #938953

RGB

 RED value IS 147 (57.81% from 255) = 40.05%

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

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

R = 40.05%
G = 37.33%
B = 22.62%

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

#938953 (or 0x938953) is known color: Clay Creek. HEX triplet: 93, 89 and 53. RGB value is (147,137,83). Sum of RGB (Red+Green+Blue) = 147+137+83=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #938953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938953 is #6C76AC. Grayscale: #868686. Windows color (decimal): -7108269 or 5474707. OLE color: 5474707.

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

Color convert

RGB 147 137 83 -
CMYK 0 0.07 0.44 0.42
HSL 50.63º 0.28% 0.45% -
HSV(B) 50.63º 0.44% 0.58% -
XYZ 22.54 24.72 11.77 -
YUV 133.83 99.31 137.39 -
System Red Green Blue C M Y K H S L
Decimal 147 137 83 0 0.07 0.44 0.42 50.63 0.28 0.45
Hex 93 89 53 0 7 2C 2A 33 1C 2D
Octal 223 211 123 0 7 54 52 63 34 55
Binary 10010011 10001001 1010011 0 111 101100 101010 110011 11100 101101

Color Harmonies of #938953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938953

Black with #938953

Text Example


Text Example

White with #938953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938953; }

 p { color: rgb(147,137,83); }

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

background-color css

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

 a { background-color: rgb(147,137,83); }

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

border-color css

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

 span { border-color: rgb(147,137,83); }

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