#452000

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

Shades of Brown Pod #452000

Tints of Brown Pod #452000

Color information

#452000 (or 0x452000) is unknown color: approx Brown Pod. HEX triplet: 45, 20 and 00. RGB value is (69,32,0). Sum of RGB (Red+Green+Blue) = 69+32+0=101 (13% of max value = 765). Red value is 69 (27.34% from 255 or 68.32% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 69 - color contains mainly: red. Hex color #452000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452000 is #BADFFF. Grayscale: #272727. Windows color (decimal): -12247040 or 8261. OLE color: 8261.

HSL color Cylindrical-coordinate representation of color #452000: hue angle of 27.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #452000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB69320-
CMYK00.5410.73
HSL27.83º100%13.53%-
HSV(B)27.83º100%27.06%-
XYZ2.972.30.29-
YUV39.42105.76149.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 68.32%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.32%
G=31.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6932000.5410.7327.8310013.53
Hex4520003664491c64e
Octal1054000661441113414416
Binary100010110000000110110110010010010011110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452000; }

 p { color: rgb(69,32,0); }

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

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

 a { background-color: rgb(69,32,0); }

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

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

 span { border-color: rgb(69,32,0); }

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