#907D50

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

Shades of Clay Creek #907D50

Tints of Clay Creek #907D50

Color information

#907D50 (or 0x907D50) is unknown color: approx Clay Creek. HEX triplet: 90, 7D and 50. RGB value is (144,125,80). Sum of RGB (Red+Green+Blue) = 144+125+80=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #907D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D50 is #6F82AF. Grayscale: #7D7D7D. Windows color (decimal): -7307952 or 5275024. OLE color: 5275024.

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

Color convert

RGB14412580-
CMYK00.130.440.44
HSL42.19º28.57%43.92%-
HSV(B)42.19º44.44%56.47%-
XYZ20.2821.1810.61-
YUV125.55102.29141.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 125 (49.22% from 255) = 35.82%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=41.26%
G=35.82%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441258000.130.440.4442.1928.5743.92
Hex907D500D2C2C2a1d2c
Octal2201751200155454523554
Binary10010000111110110100000110110110010110010101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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