#907B52

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

Shades of Clay Creek #907B52

Tints of Clay Creek #907B52

Color information

#907B52 (or 0x907B52) is unknown color: approx Clay Creek. HEX triplet: 90, 7B and 52. RGB value is (144,123,82). Sum of RGB (Red+Green+Blue) = 144+123+82=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #907B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B52 is #6F84AD. Grayscale: #7C7C7C. Windows color (decimal): -7308462 or 5405584. OLE color: 5405584.

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

Color convert

RGB14412382-
CMYK00.150.430.44
HSL39.68º27.43%44.31%-
HSV(B)39.68º43.06%56.47%-
XYZ20.1120.710.92-
YUV124.6103.96141.83-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.26%
GREEN value IS 123 (48.44% from 255) = 35.24%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=41.26%
G=35.24%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441238200.150.430.4439.6827.4344.31
Hex907B520F2B2C281b2c
Octal2201731220175354503354
Binary10010000111101110100100111110101110110010100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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