Html Css Color HEX #442013 Brown Pod

📋 copy color: '#442013'

red 68 ◦ green 32 ◦ blue 19

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

Shades of Brown Pod #442013

Tints of Brown Pod #442013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.97%

R = 57.14%
G = 26.89%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442013 (or 0x442013) is known color: Brown Pod. HEX triplet: 44, 20 and 13. RGB value is (68,32,19). Sum of RGB (Red+Green+Blue) = 68+32+19=119 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.14% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 68 - color contains mainly: red. Hex color #442013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442013 is #BBDFEC. Grayscale: #292929. Windows color (decimal): -12312557 or 1253444. OLE color: 1253444.

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

Color convert

RGB 68 32 19 -
CMYK 0 0.53 0.72 0.73
HSL 15.92º 0.56% 0.17% -
HSV(B) 15.92º 0.72% 0.27% -
XYZ 3.02 2.31 0.9 -
YUV 41.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 68 32 19 0 0.53 0.72 0.73 15.92 0.56 0.17
Hex 44 20 13 0 35 48 49 10 38 11
Octal 104 40 23 0 65 110 111 20 70 21
Binary 1000100 100000 10011 0 110101 1001000 1001001 10000 111000 10001

Color Harmonies of #442013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442013

Black with #442013

Text Example


Text Example

White with #442013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442013; }

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

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

background-color css

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

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

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

border-color css

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

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

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