Html Css Color HEX #442217 Brown Pod

📋 copy color: '#442217'

red 68 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #442217

Tints of Brown Pod #442217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.4%

R = 54.4%
G = 27.2%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442217 (or 0x442217) is known color: Brown Pod. HEX triplet: 44, 22 and 17. RGB value is (68,34,23). Sum of RGB (Red+Green+Blue) = 68+34+23=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 23 (9.38% from 255 or 18.4% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442217 is #BBDDE8. Grayscale: #2A2A2A. Windows color (decimal): -12312041 or 1516100. OLE color: 1516100.

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

Color convert

RGB 68 34 23 -
CMYK 0 0.50 0.66 0.73
HSL 14.67º 0.49% 0.18% -
HSV(B) 14.67º 0.66% 0.27% -
XYZ 3.11 2.43 1.12 -
YUV 42.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 68 34 23 0 0.50 0.66 0.73 14.67 0.49 0.18
Hex 44 22 17 0 32 42 49 F 31 12
Octal 104 42 27 0 62 102 111 17 61 22
Binary 1000100 100010 10111 0 110010 1000010 1001001 1111 110001 10010

Color Harmonies of #442217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442217

Black with #442217

Text Example


Text Example

White with #442217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442217; }

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

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

background-color css

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

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

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

border-color css

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

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

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