#907B50

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

Shades of Clay Creek #907B50

Tints of Clay Creek #907B50

Color information

#907B50 (or 0x907B50) is unknown color: approx Clay Creek. HEX triplet: 90, 7B and 50. RGB value is (144,123,80). Sum of RGB (Red+Green+Blue) = 144+123+80=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #907B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B50 is #6F84AF. Grayscale: #7C7C7C. Windows color (decimal): -7308464 or 5274512. OLE color: 5274512.

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

Color convert

RGB14412380-
CMYK00.150.440.44
HSL40.31º28.57%43.92%-
HSV(B)40.31º44.44%56.47%-
XYZ20.0320.6710.52-
YUV124.38102.96142-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=41.50%
G=35.45%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441238000.150.440.4440.3128.5743.92
Hex907B500F2C2C281d2c
Octal2201731200175454503554
Binary10010000111101110100000111110110010110010100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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