#907252

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

Shades of Pale Brown #907252

Tints of Pale Brown #907252

Color information

#907252 (or 0x907252) is unknown color: approx Pale Brown. HEX triplet: 90, 72 and 52. RGB value is (144,114,82). Sum of RGB (Red+Green+Blue) = 144+114+82=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #907252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907252 is #6F8DAD. Grayscale: #777777. Windows color (decimal): -7310766 or 5403280. OLE color: 5403280.

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

Color convert

RGB14411482-
CMYK00.210.430.44
HSL30.97º27.43%44.31%-
HSV(B)30.97º43.06%56.47%-
XYZ19.0418.5710.56-
YUV119.32106.94145.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=42.35%
G=33.53%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441148200.210.430.4430.9727.4344.31
Hex9072520152B2C1f1b2c
Octal2201621220255354373354
Binary10010000111001010100100101011010111011001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907252; }

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

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

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

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

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

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

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

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