Html Css Color HEX #442113 Brown Pod

📋 copy color: '#442113'

red 68 ◦ green 33 ◦ blue 19

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

Shades of Brown Pod #442113

Tints of Brown Pod #442113

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

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

R = 56.67%
G = 27.5%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.73

RGB Variations

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

Color information

#442113 (or 0x442113) is known color: Brown Pod. HEX triplet: 44, 21 and 13. RGB value is (68,33,19). Sum of RGB (Red+Green+Blue) = 68+33+19=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442113 is #BBDEEC. Grayscale: #292929. Windows color (decimal): -12312301 or 1253700. OLE color: 1253700.

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

Color convert

RGB 68 33 19 -
CMYK 0 0.51 0.72 0.73
HSL 17.14º 0.56% 0.17% -
HSV(B) 17.14º 0.72% 0.27% -
XYZ 3.05 2.36 0.91 -
YUV 41.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 68 33 19 0 0.51 0.72 0.73 17.14 0.56 0.17
Hex 44 21 13 0 33 48 49 11 38 11
Octal 104 41 23 0 63 110 111 21 70 21
Binary 1000100 100001 10011 0 110011 1001000 1001001 10001 111000 10001

Color Harmonies of #442113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442113

Black with #442113

Text Example


Text Example

White with #442113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442113; }

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

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

background-color css

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

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

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

border-color css

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

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

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