Html Css Color HEX #93824E Clay Creek

📋 copy color: '#93824E'

red 147 ◦ green 130 ◦ blue 78

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

Shades of Clay Creek #93824E

Tints of Clay Creek #93824E

RGB

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

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

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

R = 41.41%
G = 36.62%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#93824E (or 0x93824E) is known color: Clay Creek. HEX triplet: 93, 82 and 4E. RGB value is (147,130,78). Sum of RGB (Red+Green+Blue) = 147+130+78=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 78 (30.86% from 255 or 21.97% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93824E is #6C7DB1. Grayscale: #818181. Windows color (decimal): -7110066 or 5145235. OLE color: 5145235.

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

Color convert

RGB 147 130 78 -
CMYK 0 0.12 0.47 0.42
HSL 45.22º 0.31% 0.44% -
HSV(B) 45.22º 0.47% 0.58% -
XYZ 21.39 22.72 10.47 -
YUV 129.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 147 130 78 0 0.12 0.47 0.42 45.22 0.31 0.44
Hex 93 82 4E 0 C 2F 2A 2D 1F 2C
Octal 223 202 116 0 14 57 52 55 37 54
Binary 10010011 10000010 1001110 0 1100 101111 101010 101101 11111 101100

Color Harmonies of #93824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93824E

Black with #93824E

Text Example


Text Example

White with #93824E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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