Html Css Color HEX #442317 Brown Pod

📋 copy color: '#442317'

red 68 ◦ green 35 ◦ blue 23

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

Shades of Brown Pod #442317

Tints of Brown Pod #442317

RGB

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

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

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

R = 53.97%
G = 27.78%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#442317 (or 0x442317) is known color: Brown Pod. HEX triplet: 44, 23 and 17. RGB value is (68,35,23). Sum of RGB (Red+Green+Blue) = 68+35+23=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 23 (9.38% from 255 or 18.25% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #442317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442317 is #BBDCE8. Grayscale: #2B2B2B. Windows color (decimal): -12311785 or 1516356. OLE color: 1516356.

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

Color convert

RGB 68 35 23 -
CMYK 0 0.49 0.66 0.73
HSL 16º 0.49% 0.18% -
HSV(B) 16º 0.66% 0.27% -
XYZ 3.14 2.49 1.13 -
YUV 43.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 68 35 23 0 0.49 0.66 0.73 16 0.49 0.18
Hex 44 23 17 0 31 42 49 10 31 12
Octal 104 43 27 0 61 102 111 20 61 22
Binary 1000100 100011 10111 0 110001 1000010 1001001 10000 110001 10010

Color Harmonies of #442317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442317

Black with #442317

Text Example


Text Example

White with #442317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442317; }

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

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

background-color css

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

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

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

border-color css

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

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

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