#907B53

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

Shades of Clay Creek #907B53

Tints of Clay Creek #907B53

Color information

#907B53 (or 0x907B53) is unknown color: approx Clay Creek. HEX triplet: 90, 7B and 53. RGB value is (144,123,83). Sum of RGB (Red+Green+Blue) = 144+123+83=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #907B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B53 is #6F84AC. Grayscale: #7C7C7C. Windows color (decimal): -7308461 or 5471120. OLE color: 5471120.

HSL color Cylindrical-coordinate representation of color #907B53: hue angle of 39.34º 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 #907B53 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB14412383-
CMYK00.150.420.44
HSL39.34º26.87%44.51%-
HSV(B)39.34º42.36%56.47%-
XYZ20.1520.7211.12-
YUV124.72104.46141.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=41.14%
G=35.14%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441238300.150.420.4439.3426.8744.51
Hex907B530F2A2C271b2d
Octal2201731230175254473355
Binary10010000111101110100110111110101010110010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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