#45271F

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

Shades of Brown Pod #45271F

Tints of Brown Pod #45271F

Color information

#45271F (or 0x45271F) is unknown color: approx Brown Pod. HEX triplet: 45, 27 and 1F. RGB value is (69,39,31). Sum of RGB (Red+Green+Blue) = 69+39+31=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 39 (15.62% from 255 or 28.06% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #45271F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45271F is #BAD8E0. Grayscale: #2F2F2F. Windows color (decimal): -12245217 or 2041669. OLE color: 2041669.

HSL color Cylindrical-coordinate representation of color #45271F: hue angle of 12.63º 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 #45271F is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB693931-
CMYK00.430.550.73
HSL12.63º38%19.61%-
HSV(B)12.63º55.07%27.06%-
XYZ3.432.821.66-
YUV47.06118.94143.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 39 (15.62% from 255) = 28.06%
BLUE value IS 31 (12.5% from 255) = 22.30%
R=49.64%
G=28.06%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69393100.430.550.7312.633819.61
Hex45271F02B3749d2614
Octal105473705367111154624
Binary10001011001111111101010111101111001001110110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45271F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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