Html Css Color HEX #93835C Clay Creek

📋 copy color: '#93835C'

red 147 ◦ green 131 ◦ blue 92

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

Shades of Clay Creek #93835C

Tints of Clay Creek #93835C

RGB

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

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

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

R = 39.73%
G = 35.41%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#93835C (or 0x93835C) is known color: Clay Creek. HEX triplet: 93, 83 and 5C. RGB value is (147,131,92). Sum of RGB (Red+Green+Blue) = 147+131+92=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93835C is #6C7CA3. Grayscale: #838383. Windows color (decimal): -7109796 or 6062995. OLE color: 6062995.

HSL color Cylindrical-coordinate representation of color #93835C: hue angle of 42.55º 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 #93835C is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 131 92 -
CMYK 0 0.11 0.37 0.42
HSL 42.55º 0.23% 0.47% -
HSV(B) 42.55º 0.37% 0.58% -
XYZ 22.08 23.21 13.44 -
YUV 131.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 147 131 92 0 0.11 0.37 0.42 42.55 0.23 0.47
Hex 93 83 5C 0 B 25 2A 2B 17 2F
Octal 223 203 134 0 13 45 52 53 27 57
Binary 10010011 10000011 1011100 0 1011 100101 101010 101011 10111 101111

Color Harmonies of #93835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93835C

Black with #93835C

Text Example


Text Example

White with #93835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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