#907452

Color #907452 Pale Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Brown #907452

Tints of Pale Brown #907452

Color information

#907452 (or 0x907452) is unknown color: approx Pale Brown. HEX triplet: 90, 74 and 52. RGB value is (144,116,82). Sum of RGB (Red+Green+Blue) = 144+116+82=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #907452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907452 is #6F8BAD. Grayscale: #787878. Windows color (decimal): -7310254 or 5403792. OLE color: 5403792.

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

Color convert

RGB14411682-
CMYK00.190.430.44
HSL32.9º27.43%44.31%-
HSV(B)32.9º43.06%56.47%-
XYZ19.2719.0310.64-
YUV120.5106.28144.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 82 (32.42% from 255) = 23.98%
R=42.11%
G=33.92%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441168200.190.430.4432.927.4344.31
Hex9074520132B2C211b2c
Octal2201641220235354413354
Binary100100001110100101001001001110101110110010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907452; }

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

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

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

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

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

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

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

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