#907D53

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

Shades of Clay Creek #907D53

Tints of Clay Creek #907D53

Color information

#907D53 (or 0x907D53) is unknown color: approx Clay Creek. HEX triplet: 90, 7D and 53. RGB value is (144,125,83). Sum of RGB (Red+Green+Blue) = 144+125+83=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #907D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D53 is #6F82AC. Grayscale: #7E7E7E. Windows color (decimal): -7307949 or 5471632. OLE color: 5471632.

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

Color convert

RGB14412583-
CMYK00.130.420.44
HSL41.31º26.87%44.51%-
HSV(B)41.31º42.36%56.47%-
XYZ20.421.2211.2-
YUV125.89103.79140.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 83 (32.81% from 255) = 23.58%
R=40.91%
G=35.51%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441258300.130.420.4441.3126.8744.51
Hex907D530D2A2C291b2d
Octal2201751230155254513355
Binary10010000111110110100110110110101010110010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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