Html Css Color HEX #93844C Clay Creek

📋 copy color: '#93844C'

red 147 ◦ green 132 ◦ blue 76

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

Shades of Clay Creek #93844C

Tints of Clay Creek #93844C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 41.41%
G = 37.18%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93844C (or 0x93844C) is known color: Clay Creek. HEX triplet: 93, 84 and 4C. RGB value is (147,132,76). Sum of RGB (Red+Green+Blue) = 147+132+76=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93844C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93844C is #6C7BB3. Grayscale: #828282. Windows color (decimal): -7109556 or 5014675. OLE color: 5014675.

HSL color Cylindrical-coordinate representation of color #93844C: hue angle of 47.32º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93844C is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 76 -
CMYK 0 0.10 0.48 0.42
HSL 47.32º 0.32% 0.44% -
HSV(B) 47.32º 0.48% 0.58% -
XYZ 21.59 23.23 10.18 -
YUV 130.1 97.47 140.05 -
System Red Green Blue C M Y K H S L
Decimal 147 132 76 0 0.10 0.48 0.42 47.32 0.32 0.44
Hex 93 84 4C 0 A 30 2A 2F 20 2C
Octal 223 204 114 0 12 60 52 57 40 54
Binary 10010011 10000100 1001100 0 1010 110000 101010 101111 100000 101100

Color Harmonies of #93844C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93844C

Black with #93844C

Text Example


Text Example

White with #93844C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,132,76); }

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

background-color css

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

 a { background-color: rgb(147,132,76); }

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

border-color css

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

 span { border-color: rgb(147,132,76); }

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