#907D5D

Color #907D5D Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #907D5D

Tints of Clay Creek #907D5D

Color information

#907D5D (or 0x907D5D) is unknown color: approx Clay Creek. HEX triplet: 90, 7D and 5D. RGB value is (144,125,93). Sum of RGB (Red+Green+Blue) = 144+125+93=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D5D is #6F82A2. Grayscale: #7F7F7F. Windows color (decimal): -7307939 or 6126992. OLE color: 6126992.

HSL color Cylindrical-coordinate representation of color #907D5D: hue angle of 37.65º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #907D5D is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB14412593-
CMYK00.130.350.44
HSL37.65º21.52%46.47%-
HSV(B)37.65º35.42%56.47%-
XYZ20.8121.3913.39-
YUV127.03108.79140.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=39.78%
G=34.53%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441259300.130.350.4437.6521.5246.47
Hex907D5D0D232C26162e
Octal2201751350154354462656
Binary10010000111110110111010110110001110110010011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907D5D; }

 p { color: rgb(144,125,93); }

 H1.HeaderClassName
 {
   color: #907D5D;
 }
 .AnyTagClassName
 {
   color: #907D5D;
 }
</style>
background-color css

<style>
 a { background-color: #907D5D; }

 a { background-color: rgb(144,125,93); }

 div.DivClassName
 {
   background-color: #907D5D;
 }
 .BgClassName
 {
   background-color: #907D5D;
 }
</style>
border-color css

<style>
 span { border-color: #907D5D; }

 span { border-color: rgb(144,125,93); }

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