Html Css Color HEX #442413 Brown Pod

📋 copy color: '#442413'

red 68 ◦ green 36 ◦ blue 19

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

Shades of Brown Pod #442413

Tints of Brown Pod #442413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 55.28%
G = 29.27%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442413 (or 0x442413) is known color: Brown Pod. HEX triplet: 44, 24 and 13. RGB value is (68,36,19). Sum of RGB (Red+Green+Blue) = 68+36+19=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #442413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442413 is #BBDBEC. Grayscale: #2B2B2B. Windows color (decimal): -12311533 or 1254468. OLE color: 1254468.

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

Color convert

RGB 68 36 19 -
CMYK 0 0.47 0.72 0.73
HSL 20.82º 0.56% 0.17% -
HSV(B) 20.82º 0.72% 0.27% -
XYZ 3.13 2.54 0.94 -
YUV 43.63 114.1 145.38 -
System Red Green Blue C M Y K H S L
Decimal 68 36 19 0 0.47 0.72 0.73 20.82 0.56 0.17
Hex 44 24 13 0 2F 48 49 15 38 11
Octal 104 44 23 0 57 110 111 25 70 21
Binary 1000100 100100 10011 0 101111 1001000 1001001 10101 111000 10001

Color Harmonies of #442413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442413

Black with #442413

Text Example


Text Example

White with #442413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442413; }

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

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

background-color css

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

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

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

border-color css

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

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

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