#452201

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

Shades of Brown Pod #452201

Tints of Brown Pod #452201

Color information

#452201 (or 0x452201) is unknown color: approx Brown Pod. HEX triplet: 45, 22 and 01. RGB value is (69,34,1). Sum of RGB (Red+Green+Blue) = 69+34+1=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #452201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452201 is #BADDFE. Grayscale: #282828. Windows color (decimal): -12246527 or 74309. OLE color: 74309.

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

Color convert

RGB69341-
CMYK00.510.990.73
HSL29.12º97.14%13.73%-
HSV(B)29.12º98.55%27.06%-
XYZ3.032.410.33-
YUV40.7105.6148.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.35%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 1 (0.78% from 255) = 0.96%
R=66.35%
G=32.69%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6934100.510.990.7329.1297.1413.73
Hex4522103363491d61e
Octal1054210631431113514116
Binary100010110001010110011110001110010011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452201; }

 p { color: rgb(69,34,1); }

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

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

 a { background-color: rgb(69,34,1); }

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

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

 span { border-color: rgb(69,34,1); }

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