Html Css Color HEX #93874D Clay Creek

📋 copy color: '#93874D'

red 147 ◦ green 135 ◦ blue 77

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

Shades of Clay Creek #93874D

Tints of Clay Creek #93874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.6%

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

R = 40.95%
G = 37.6%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#93874D (or 0x93874D) is known color: Clay Creek. HEX triplet: 93, 87 and 4D. RGB value is (147,135,77). Sum of RGB (Red+Green+Blue) = 147+135+77=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #93874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93874D is #6C78B2. Grayscale: #848484. Windows color (decimal): -7108787 or 5080979. OLE color: 5080979.

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

Color convert

RGB 147 135 77 -
CMYK 0 0.08 0.48 0.42
HSL 49.71º 0.31% 0.44% -
HSV(B) 49.71º 0.48% 0.58% -
XYZ 22.04 24.07 10.51 -
YUV 131.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 147 135 77 0 0.08 0.48 0.42 49.71 0.31 0.44
Hex 93 87 4D 0 8 30 2A 32 1F 2C
Octal 223 207 115 0 10 60 52 62 37 54
Binary 10010011 10000111 1001101 0 1000 110000 101010 110010 11111 101100

Color Harmonies of #93874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93874D

Black with #93874D

Text Example


Text Example

White with #93874D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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