#442718

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

Shades of Brown Pod #442718

Tints of Brown Pod #442718

Color information

#442718 (or 0x442718) is unknown color: approx Brown Pod. HEX triplet: 44, 27 and 18. RGB value is (68,39,24). Sum of RGB (Red+Green+Blue) = 68+39+24=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442718 is #BBD8E7. Grayscale: #2E2E2E. Windows color (decimal): -12310760 or 1582916. OLE color: 1582916.

HSL color Cylindrical-coordinate representation of color #442718: hue angle of 20.45º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #442718 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB683924-
CMYK00.430.650.73
HSL20.45º47.83%18.04%-
HSV(B)20.45º64.71%26.67%-
XYZ3.272.751.22-
YUV45.96115.61143.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=51.91%
G=29.77%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68392400.430.650.7320.4547.8318.04
Hex44271802B4149143012
Octal1044730053101111246022
Binary1000100100111110000101011100000110010011010011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442718; }

 p { color: rgb(68,39,24); }

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

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

 a { background-color: rgb(68,39,24); }

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

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

 span { border-color: rgb(68,39,24); }

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