#451F05

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

Shades of Brown Pod #451F05

Tints of Brown Pod #451F05

Color information

#451F05 (or 0x451F05) is unknown color: approx Brown Pod. HEX triplet: 45, 1F and 05. RGB value is (69,31,5). Sum of RGB (Red+Green+Blue) = 69+31+5=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #451F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #451F05 is #BAE0FA. Grayscale: #272727. Windows color (decimal): -12247291 or 335685. OLE color: 335685.

HSL color Cylindrical-coordinate representation of color #451F05: hue angle of 24.37º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #451F05 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB69315-
CMYK00.550.930.73
HSL24.37º86.49%14.51%-
HSV(B)24.37º92.75%27.06%-
XYZ2.972.260.42-
YUV39.4108.59149.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.71%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 5 (2.34% from 255) = 4.76%
R=65.71%
G=29.52%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6931500.550.930.7324.3786.4914.51
Hex451F50375D491856f
Octal1053750671351113012617
Binary1000101111111010110111101110110010011100010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451F05; }

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

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

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

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

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

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

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

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