Html Css Color HEX #93805C Clay Creek

📋 copy color: '#93805C'

red 147 ◦ green 128 ◦ blue 92

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

Shades of Clay Creek #93805C

Tints of Clay Creek #93805C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 40.05%
G = 34.88%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93805C (or 0x93805C) is known color: Clay Creek. HEX triplet: 93, 80 and 5C. RGB value is (147,128,92). Sum of RGB (Red+Green+Blue) = 147+128+92=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93805C is #6C7FA3. Grayscale: #818181. Windows color (decimal): -7110564 or 6062227. OLE color: 6062227.

HSL color Cylindrical-coordinate representation of color #93805C: hue angle of 39.27º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93805C is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 128 92 -
CMYK 0 0.13 0.37 0.42
HSL 39.27º 0.23% 0.47% -
HSV(B) 39.27º 0.37% 0.58% -
XYZ 21.68 22.41 13.31 -
YUV 129.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 147 128 92 0 0.13 0.37 0.42 39.27 0.23 0.47
Hex 93 80 5C 0 D 25 2A 27 17 2F
Octal 223 200 134 0 15 45 52 47 27 57
Binary 10010011 10000000 1011100 0 1101 100101 101010 100111 10111 101111

Color Harmonies of #93805C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93805C

Black with #93805C

Text Example


Text Example

White with #93805C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93805C; }

 p { color: rgb(147,128,92); }

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

background-color css

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

 a { background-color: rgb(147,128,92); }

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

border-color css

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

 span { border-color: rgb(147,128,92); }

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