Html Css Color HEX #442005 Brown Pod

📋 copy color: '#442005'

red 68 ◦ green 32 ◦ blue 5

#442005
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #442005

Tints of Brown Pod #442005

RGB

 RED value IS 68 (26.95% from 255) = 64.76%

 GREEN value IS 32 (12.89% from 255) = 30.48%

 BLUE value IS 5 (2.34% from 255) = 4.76%

R = 64.76%
G = 30.48%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442005 (or 0x442005) is known color: Brown Pod. HEX triplet: 44, 20 and 05. RGB value is (68,32,5). Sum of RGB (Red+Green+Blue) = 68+32+5=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442005 is #BBDFFA. Grayscale: #272727. Windows color (decimal): -12312571 or 335940. OLE color: 335940.

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

Color convert

RGB 68 32 5 -
CMYK 0 0.53 0.93 0.73
HSL 25.71º 0.86% 0.14% -
HSV(B) 25.71º 0.93% 0.27% -
XYZ 2.93 2.27 0.43 -
YUV 39.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 68 32 5 0 0.53 0.93 0.73 25.71 0.86 0.14
Hex 44 20 5 0 35 5D 49 1A 56 E
Octal 104 40 5 0 65 135 111 32 126 16
Binary 1000100 100000 101 0 110101 1011101 1001001 11010 1010110 1110

Color Harmonies of #442005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442005

Black with #442005

Text Example


Text Example

White with #442005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442005; }

 p { color: rgb(68,32,5); }

 H1.HeaderClassName
 {
   color: #442005;
 }
 .AnyTagClassName
 {
   color: #442005;
 }
</style>

background-color css

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

 a { background-color: rgb(68,32,5); }

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

border-color css

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

 span { border-color: rgb(68,32,5); }

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