Html Css Color HEX #93885B Clay Creek

📋 copy color: '#93885B'

red 147 ◦ green 136 ◦ blue 91

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

Shades of Clay Creek #93885B

Tints of Clay Creek #93885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

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

R = 39.3%
G = 36.36%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93885B (or 0x93885B) is known color: Clay Creek. HEX triplet: 93, 88 and 5B. RGB value is (147,136,91). Sum of RGB (Red+Green+Blue) = 147+136+91=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93885B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93885B is #6C77A4. Grayscale: #868686. Windows color (decimal): -7108517 or 5998739. OLE color: 5998739.

HSL color Cylindrical-coordinate representation of color #93885B: hue angle of 48.21º 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 #93885B is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 136 91 -
CMYK 0 0.07 0.38 0.42
HSL 48.21º 0.24% 0.47% -
HSV(B) 48.21º 0.38% 0.58% -
XYZ 22.73 24.57 13.44 -
YUV 134.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 147 136 91 0 0.07 0.38 0.42 48.21 0.24 0.47
Hex 93 88 5B 0 7 26 2A 30 18 2F
Octal 223 210 133 0 7 46 52 60 30 57
Binary 10010011 10001000 1011011 0 111 100110 101010 110000 11000 101111

Color Harmonies of #93885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93885B

Black with #93885B

Text Example


Text Example

White with #93885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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