Html Css Color HEX #93844A Clay Creek

📋 copy color: '#93844A'

red 147 ◦ green 132 ◦ blue 74

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

Shades of Clay Creek #93844A

Tints of Clay Creek #93844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 41.64%
G = 37.39%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#93844A (or 0x93844A) is known color: Clay Creek. HEX triplet: 93, 84 and 4A. RGB value is (147,132,74). Sum of RGB (Red+Green+Blue) = 147+132+74=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93844A is #6C7BB5. Grayscale: #828282. Windows color (decimal): -7109558 or 4883603. OLE color: 4883603.

HSL color Cylindrical-coordinate representation of color #93844A: hue angle of 47.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93844A is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 132 74 -
CMYK 0 0.10 0.50 0.42
HSL 47.67º 0.33% 0.43% -
HSV(B) 47.67º 0.5% 0.58% -
XYZ 21.52 23.2 9.82 -
YUV 129.87 96.47 140.22 -
System Red Green Blue C M Y K H S L
Decimal 147 132 74 0 0.10 0.50 0.42 47.67 0.33 0.43
Hex 93 84 4A 0 A 32 2A 30 21 2B
Octal 223 204 112 0 12 62 52 60 41 53
Binary 10010011 10000100 1001010 0 1010 110010 101010 110000 100001 101011

Color Harmonies of #93844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93844A

Black with #93844A

Text Example


Text Example

White with #93844A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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