Html Css Color HEX #93815B Clay Creek

📋 copy color: '#93815B'

red 147 ◦ green 129 ◦ blue 91

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

Shades of Clay Creek #93815B

Tints of Clay Creek #93815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 40.05%
G = 35.15%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#93815B (or 0x93815B) is known color: Clay Creek. HEX triplet: 93, 81 and 5B. RGB value is (147,129,91). Sum of RGB (Red+Green+Blue) = 147+129+91=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93815B is #6C7EA4. Grayscale: #828282. Windows color (decimal): -7110309 or 5996947. OLE color: 5996947.

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

Color convert

RGB 147 129 91 -
CMYK 0 0.12 0.38 0.42
HSL 40.71º 0.24% 0.47% -
HSV(B) 40.71º 0.38% 0.58% -
XYZ 21.77 22.66 13.12 -
YUV 130.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 147 129 91 0 0.12 0.38 0.42 40.71 0.24 0.47
Hex 93 81 5B 0 C 26 2A 29 18 2F
Octal 223 201 133 0 14 46 52 51 30 57
Binary 10010011 10000001 1011011 0 1100 100110 101010 101001 11000 101111

Color Harmonies of #93815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93815B

Black with #93815B

Text Example


Text Example

White with #93815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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