Html Css Color HEX #93854D Clay Creek

📋 copy color: '#93854D'

red 147 ◦ green 133 ◦ blue 77

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

Shades of Clay Creek #93854D

Tints of Clay Creek #93854D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 41.18%
G = 37.25%
B = 21.57%

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

#93854D (or 0x93854D) is known color: Clay Creek. HEX triplet: 93, 85 and 4D. RGB value is (147,133,77). Sum of RGB (Red+Green+Blue) = 147+133+77=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #93854D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93854D is #6C7AB2. Grayscale: #838383. Windows color (decimal): -7109299 or 5080467. OLE color: 5080467.

HSL color Cylindrical-coordinate representation of color #93854D: hue angle of 48º degrees, saturation: 0.31, 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 #93854D is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 77 -
CMYK 0 0.10 0.48 0.42
HSL 48º 0.31% 0.44% -
HSV(B) 48º 0.48% 0.58% -
XYZ 21.76 23.51 10.41 -
YUV 130.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 147 133 77 0 0.10 0.48 0.42 48 0.31 0.44
Hex 93 85 4D 0 A 30 2A 30 1F 2C
Octal 223 205 115 0 12 60 52 60 37 54
Binary 10010011 10000101 1001101 0 1010 110000 101010 110000 11111 101100

Color Harmonies of #93854D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93854D

Black with #93854D

Text Example


Text Example

White with #93854D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93854D; }

 p { color: rgb(147,133,77); }

 H1.HeaderClassName
 {
   color: #93854D;
 }
 .AnyTagClassName
 {
   color: #93854D;
 }
</style>

background-color css

<style>
 a { background-color: #93854D; }

 a { background-color: rgb(147,133,77); }

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

border-color css

<style>
 span { border-color: #93854D; }

 span { border-color: rgb(147,133,77); }

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