#45231F

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

Shades of Brown Pod #45231F

Tints of Brown Pod #45231F

Color information

#45231F (or 0x45231F) is unknown color: approx Brown Pod. HEX triplet: 45, 23 and 1F. RGB value is (69,35,31). Sum of RGB (Red+Green+Blue) = 69+35+31=135 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.11% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 69 - color contains mainly: red. Hex color #45231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45231F is #BADCE0. Grayscale: #2C2C2C. Windows color (decimal): -12246241 or 2040645. OLE color: 2040645.

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

Color convert

RGB693531-
CMYK00.490.550.73
HSL6.32º38%19.61%-
HSV(B)6.32º55.07%27.06%-
XYZ3.32.571.62-
YUV44.71120.26145.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 51.11%
GREEN value IS 35 (14.06% from 255) = 25.93%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=51.11%
G=25.93%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69353100.490.550.736.323819.61
Hex45231F031374962614
Octal10543370616711164624
Binary1000101100011111110110001110111100100111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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