Html Css Color HEX #93844E Clay Creek

📋 copy color: '#93844E'

red 147 ◦ green 132 ◦ blue 78

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

Shades of Clay Creek #93844E

Tints of Clay Creek #93844E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 41.18%
G = 36.97%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93844E (or 0x93844E) is known color: Clay Creek. HEX triplet: 93, 84 and 4E. RGB value is (147,132,78). Sum of RGB (Red+Green+Blue) = 147+132+78=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93844E is #6C7BB1. Grayscale: #828282. Windows color (decimal): -7109554 or 5145747. OLE color: 5145747.

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

Color convert

RGB 147 132 78 -
CMYK 0 0.10 0.47 0.42
HSL 46.96º 0.31% 0.44% -
HSV(B) 46.96º 0.47% 0.58% -
XYZ 21.66 23.26 10.55 -
YUV 130.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 147 132 78 0 0.10 0.47 0.42 46.96 0.31 0.44
Hex 93 84 4E 0 A 2F 2A 2F 1F 2C
Octal 223 204 116 0 12 57 52 57 37 54
Binary 10010011 10000100 1001110 0 1010 101111 101010 101111 11111 101100

Color Harmonies of #93844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93844E

Black with #93844E

Text Example


Text Example

White with #93844E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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