Html Css Color HEX #938A51 Clay Creek

📋 copy color: '#938A51'

red 147 ◦ green 138 ◦ blue 81

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

Shades of Clay Creek #938A51

Tints of Clay Creek #938A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.13%

R = 40.16%
G = 37.7%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#938A51 (or 0x938A51) is known color: Clay Creek. HEX triplet: 93, 8A and 51. RGB value is (147,138,81). Sum of RGB (Red+Green+Blue) = 147+138+81=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #938A51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938A51 is #6C75AE. Grayscale: #868686. Windows color (decimal): -7108015 or 5343891. OLE color: 5343891.

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

Color convert

RGB 147 138 81 -
CMYK 0 0.06 0.45 0.42
HSL 51.82º 0.29% 0.45% -
HSV(B) 51.82º 0.45% 0.58% -
XYZ 22.61 24.97 11.41 -
YUV 134.19 97.98 137.13 -
System Red Green Blue C M Y K H S L
Decimal 147 138 81 0 0.06 0.45 0.42 51.82 0.29 0.45
Hex 93 8A 51 0 6 2D 2A 34 1D 2D
Octal 223 212 121 0 6 55 52 64 35 55
Binary 10010011 10001010 1010001 0 110 101101 101010 110100 11101 101101

Color Harmonies of #938A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938A51

Black with #938A51

Text Example


Text Example

White with #938A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938A51; }

 p { color: rgb(147,138,81); }

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

background-color css

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

 a { background-color: rgb(147,138,81); }

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

border-color css

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

 span { border-color: rgb(147,138,81); }

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