Html Css Color HEX #938355 Clay Creek

📋 copy color: '#938355'

red 147 ◦ green 131 ◦ blue 85

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

Shades of Clay Creek #938355

Tints of Clay Creek #938355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 40.5%
G = 36.09%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#938355 (or 0x938355) is known color: Clay Creek. HEX triplet: 93, 83 and 55. RGB value is (147,131,85). Sum of RGB (Red+Green+Blue) = 147+131+85=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #938355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938355 is #6C7CAA. Grayscale: #828282. Windows color (decimal): -7109803 or 5604243. OLE color: 5604243.

HSL color Cylindrical-coordinate representation of color #938355: hue angle of 44.52º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #938355 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 85 -
CMYK 0 0.11 0.42 0.42
HSL 44.52º 0.27% 0.45% -
HSV(B) 44.52º 0.42% 0.58% -
XYZ 21.79 23.09 11.9 -
YUV 130.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 147 131 85 0 0.11 0.42 0.42 44.52 0.27 0.45
Hex 93 83 55 0 B 2A 2A 2D 1B 2D
Octal 223 203 125 0 13 52 52 55 33 55
Binary 10010011 10000011 1010101 0 1011 101010 101010 101101 11011 101101

Color Harmonies of #938355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938355

Black with #938355

Text Example


Text Example

White with #938355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938355; }

 p { color: rgb(147,131,85); }

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

background-color css

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

 a { background-color: rgb(147,131,85); }

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

border-color css

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

 span { border-color: rgb(147,131,85); }

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