Html Css Color HEX #93855B Clay Creek

📋 copy color: '#93855B'

red 147 ◦ green 133 ◦ blue 91

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

Shades of Clay Creek #93855B

Tints of Clay Creek #93855B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 39.62%
G = 35.85%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93855B (or 0x93855B) is known color: Clay Creek. HEX triplet: 93, 85 and 5B. RGB value is (147,133,91). Sum of RGB (Red+Green+Blue) = 147+133+91=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93855B is #6C7AA4. Grayscale: #848484. Windows color (decimal): -7109285 or 5997971. OLE color: 5997971.

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

Color convert

RGB 147 133 91 -
CMYK 0 0.10 0.38 0.42
HSL 45º 0.24% 0.47% -
HSV(B) 45º 0.38% 0.58% -
XYZ 22.31 23.73 13.3 -
YUV 132.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 147 133 91 0 0.10 0.38 0.42 45 0.24 0.47
Hex 93 85 5B 0 A 26 2A 2D 18 2F
Octal 223 205 133 0 12 46 52 55 30 57
Binary 10010011 10000101 1011011 0 1010 100110 101010 101101 11000 101111

Color Harmonies of #93855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93855B

Black with #93855B

Text Example


Text Example

White with #93855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93855B; }

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

 H1.HeaderClassName
 {
   color: #93855B;
 }
 .AnyTagClassName
 {
   color: #93855B;
 }
</style>

background-color css

<style>
 a { background-color: #93855B; }

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

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

border-color css

<style>
 span { border-color: #93855B; }

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

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