Html Css Color HEX #93824C Clay Creek

📋 copy color: '#93824C'

red 147 ◦ green 130 ◦ blue 76

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

Shades of Clay Creek #93824C

Tints of Clay Creek #93824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 41.64%
G = 36.83%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93824C (or 0x93824C) is known color: Clay Creek. HEX triplet: 93, 82 and 4C. RGB value is (147,130,76). Sum of RGB (Red+Green+Blue) = 147+130+76=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #93824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93824C is #6C7DB3. Grayscale: #818181. Windows color (decimal): -7110068 or 5014163. OLE color: 5014163.

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

Color convert

RGB 147 130 76 -
CMYK 0 0.12 0.48 0.42
HSL 45.63º 0.32% 0.44% -
HSV(B) 45.63º 0.48% 0.58% -
XYZ 21.32 22.69 10.09 -
YUV 128.93 98.13 140.89 -
System Red Green Blue C M Y K H S L
Decimal 147 130 76 0 0.12 0.48 0.42 45.63 0.32 0.44
Hex 93 82 4C 0 C 30 2A 2E 20 2C
Octal 223 202 114 0 14 60 52 56 40 54
Binary 10010011 10000010 1001100 0 1100 110000 101010 101110 100000 101100

Color Harmonies of #93824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93824C

Black with #93824C

Text Example


Text Example

White with #93824C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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