Html Css Color HEX #442311 Brown Pod

📋 copy color: '#442311'

red 68 ◦ green 35 ◦ blue 17

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

Shades of Brown Pod #442311

Tints of Brown Pod #442311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 29.17%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 56.67%
G = 29.17%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#442311 (or 0x442311) is known color: Brown Pod. HEX triplet: 44, 23 and 11. RGB value is (68,35,17). Sum of RGB (Red+Green+Blue) = 68+35+17=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #442311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442311 is #BBDCEE. Grayscale: #2A2A2A. Windows color (decimal): -12311791 or 1123140. OLE color: 1123140.

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

Color convert

RGB 68 35 17 -
CMYK 0 0.49 0.75 0.73
HSL 21.18º 0.6% 0.17% -
HSV(B) 21.18º 0.75% 0.27% -
XYZ 3.09 2.47 0.84 -
YUV 42.82 113.43 145.96 -
System Red Green Blue C M Y K H S L
Decimal 68 35 17 0 0.49 0.75 0.73 21.18 0.6 0.17
Hex 44 23 11 0 31 4B 49 15 3C 11
Octal 104 43 21 0 61 113 111 25 74 21
Binary 1000100 100011 10001 0 110001 1001011 1001001 10101 111100 10001

Color Harmonies of #442311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442311

Black with #442311

Text Example


Text Example

White with #442311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442311; }

 p { color: rgb(68,35,17); }

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

background-color css

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

 a { background-color: rgb(68,35,17); }

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

border-color css

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

 span { border-color: rgb(68,35,17); }

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