#907B4B

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

Shades of Clay Creek #907B4B

Tints of Clay Creek #907B4B

Color information

#907B4B (or 0x907B4B) is unknown color: approx Clay Creek. HEX triplet: 90, 7B and 4B. RGB value is (144,123,75). Sum of RGB (Red+Green+Blue) = 144+123+75=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #907B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #907B4B is #6F84B4. Grayscale: #7C7C7C. Windows color (decimal): -7308469 or 4946832. OLE color: 4946832.

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

Color convert

RGB14412375-
CMYK00.150.480.44
HSL41.74º31.51%42.94%-
HSV(B)41.74º47.92%56.47%-
XYZ19.8520.69.59-
YUV123.81100.46142.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=42.11%
G=35.96%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441237500.150.480.4441.7431.5142.94
Hex907B4B0F302C2a202b
Octal2201731130176054524053
Binary100100001111011100101101111110000101100101010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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