#907C45

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

Shades of Clay Creek #907C45

Tints of Clay Creek #907C45

Color information

#907C45 (or 0x907C45) is unknown color: approx Clay Creek. HEX triplet: 90, 7C and 45. RGB value is (144,124,69). Sum of RGB (Red+Green+Blue) = 144+124+69=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #907C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907C45 is #6F83BA. Grayscale: #7B7B7B. Windows color (decimal): -7308219 or 4553872. OLE color: 4553872.

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

Color convert

RGB14412469-
CMYK00.140.520.44
HSL44º35.21%41.76%-
HSV(B)44º52.08%56.47%-
XYZ19.7820.778.6-
YUV123.7197.13142.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=42.73%
G=36.80%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441246900.140.520.444435.2141.76
Hex907C450E342C2c232a
Octal2201741050166454544352
Binary100100001111100100010101110110100101100101100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,124,69); }

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

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

 a { background-color: rgb(144,124,69); }

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

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

 span { border-color: rgb(144,124,69); }

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