#45210B

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

Shades of Brown Pod #45210B

Tints of Brown Pod #45210B

Color information

#45210B (or 0x45210B) is unknown color: approx Brown Pod. HEX triplet: 45, 21 and 0B. RGB value is (69,33,11). Sum of RGB (Red+Green+Blue) = 69+33+11=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #45210B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45210B is #BADEF4. Grayscale: #292929. Windows color (decimal): -12246773 or 729413. OLE color: 729413.

HSL color Cylindrical-coordinate representation of color #45210B: hue angle of 22.76º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45210B is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB693311-
CMYK00.520.840.73
HSL22.76º72.5%15.69%-
HSV(B)22.76º84.06%27.06%-
XYZ3.062.380.61-
YUV41.26110.93147.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 33 (13.28% from 255) = 29.20%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=61.06%
G=29.20%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69331100.520.840.7322.7672.515.69
Hex4521B0345449174810
Octal10541130641241112711020
Binary1000101100001101101101001010100100100110111100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45210B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45210B; }

 p { color: rgb(69,33,11); }

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

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

 a { background-color: rgb(69,33,11); }

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

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

 span { border-color: rgb(69,33,11); }

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