#45231B

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

Shades of Brown Pod #45231B

Tints of Brown Pod #45231B

Color information

#45231B (or 0x45231B) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 1B. RGB value is (69,35,27). Sum of RGB (Red+Green+Blue) = 69+35+27=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #45231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45231B is #BADCE4. Grayscale: #2C2C2C. Windows color (decimal): -12246245 or 1778501. OLE color: 1778501.

HSL color Cylindrical-coordinate representation of color #45231B: hue angle of 11.43º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45231B is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.73.

Color convert

RGB693527-
CMYK00.490.610.73
HSL11.43º43.75%18.82%-
HSV(B)11.43º60.87%27.06%-
XYZ3.252.551.36-
YUV44.25118.26145.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 35 (14.06% from 255) = 26.72%
BLUE value IS 27 (10.94% from 255) = 20.61%
R=52.67%
G=26.72%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69352700.490.610.7311.4343.7518.82
Hex45231B0313D49b2c13
Octal105433306175111135423
Binary10001011000111101101100011111011001001101110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,35,27); }

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

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

 a { background-color: rgb(69,35,27); }

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

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

 span { border-color: rgb(69,35,27); }

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