#442101

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

Shades of Brown Pod #442101

Tints of Brown Pod #442101

Color information

#442101 (or 0x442101) is unknown color: approx Brown Pod. HEX triplet: 44, 21 and 01. RGB value is (68,33,1). Sum of RGB (Red+Green+Blue) = 68+33+1=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #442101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442101 is #BBDEFE. Grayscale: #272727. Windows color (decimal): -12312319 or 74052. OLE color: 74052.

HSL color Cylindrical-coordinate representation of color #442101: hue angle of 28.66º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #442101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB68331-
CMYK00.510.990.73
HSL28.66º97.1%13.53%-
HSV(B)28.66º98.53%26.67%-
XYZ2.932.320.32-
YUV39.82106.1148.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=66.67%
G=32.35%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6833100.510.990.7328.6697.113.53
Hex4421103363491d61e
Octal1044110631431113514116
Binary100010010000110110011110001110010011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442101; }

 p { color: rgb(68,33,1); }

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

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

 a { background-color: rgb(68,33,1); }

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

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

 span { border-color: rgb(68,33,1); }

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