#907F58

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

Shades of Clay Creek #907F58

Tints of Clay Creek #907F58

Color information

#907F58 (or 0x907F58) is unknown color: approx Clay Creek. HEX triplet: 90, 7F and 58. RGB value is (144,127,88). Sum of RGB (Red+Green+Blue) = 144+127+88=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #907F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907F58 is #6F80A7. Grayscale: #7F7F7F. Windows color (decimal): -7307432 or 5799824. OLE color: 5799824.

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

Color convert

RGB14412788-
CMYK00.120.390.44
HSL41.79º24.14%45.49%-
HSV(B)41.79º38.89%56.47%-
XYZ20.8521.8112.34-
YUV127.64105.63139.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.11%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=40.11%
G=35.38%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441278800.120.390.4441.7924.1445.49
Hex907F580C272C2a182d
Octal2201771300144754523055
Binary10010000111111110110000110010011110110010101011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,127,88); }

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

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

 a { background-color: rgb(144,127,88); }

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

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

 span { border-color: rgb(144,127,88); }

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