#907A4E

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

Shades of Clay Creek #907A4E

Tints of Clay Creek #907A4E

Color information

#907A4E (or 0x907A4E) is unknown color: approx Clay Creek. HEX triplet: 90, 7A and 4E. RGB value is (144,122,78). Sum of RGB (Red+Green+Blue) = 144+122+78=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #907A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907A4E is #6F85B1. Grayscale: #7B7B7B. Windows color (decimal): -7308722 or 5143184. OLE color: 5143184.

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

Color convert

RGB14412278-
CMYK00.150.460.44
HSL40º29.73%43.53%-
HSV(B)40º45.83%56.47%-
XYZ19.8420.410.1-
YUV123.56102.29142.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 122 (48.05% from 255) = 35.47%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=41.86%
G=35.47%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441227800.150.460.444029.7343.53
Hex907A4E0F2E2C281e2c
Octal2201721160175654503654
Binary10010000111101010011100111110111010110010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,122,78); }

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

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

 a { background-color: rgb(144,122,78); }

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

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

 span { border-color: rgb(144,122,78); }

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