Html Css Color HEX #442205 Brown Pod

📋 copy color: '#442205'

red 68 ◦ green 34 ◦ blue 5

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

Shades of Brown Pod #442205

Tints of Brown Pod #442205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.78%

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

R = 63.55%
G = 31.78%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#442205 (or 0x442205) is known color: Brown Pod. HEX triplet: 44, 22 and 05. RGB value is (68,34,5). Sum of RGB (Red+Green+Blue) = 68+34+5=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442205 is #BBDDFA. Grayscale: #292929. Windows color (decimal): -12312059 or 336452. OLE color: 336452.

HSL color Cylindrical-coordinate representation of color #442205: hue angle of 27.62º 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 #442205 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 34 5 -
CMYK 0 0.50 0.93 0.73
HSL 27.62º 0.86% 0.14% -
HSV(B) 27.62º 0.93% 0.27% -
XYZ 2.98 2.38 0.45 -
YUV 40.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 68 34 5 0 0.50 0.93 0.73 27.62 0.86 0.14
Hex 44 22 5 0 32 5D 49 1C 56 E
Octal 104 42 5 0 62 135 111 34 126 16
Binary 1000100 100010 101 0 110010 1011101 1001001 11100 1010110 1110

Color Harmonies of #442205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442205

Black with #442205

Text Example


Text Example

White with #442205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442205; }

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

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

background-color css

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

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

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

border-color css

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

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

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