Html Css Color HEX #442718 Brown Pod

📋 copy color: '#442718'

red 68 ◦ green 39 ◦ blue 24

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

Shades of Brown Pod #442718

Tints of Brown Pod #442718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

 BLUE value IS 24 (9.77% from 255) = 18.32%

R = 51.91%
G = 29.77%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.73

RGB Variations

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

Color information

#442718 (or 0x442718) is known color: Brown Pod. HEX triplet: 44, 27 and 18. RGB value is (68,39,24). Sum of RGB (Red+Green+Blue) = 68+39+24=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #442718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442718 is #BBD8E7. Grayscale: #2E2E2E. Windows color (decimal): -12310760 or 1582916. OLE color: 1582916.

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

Color convert

RGB 68 39 24 -
CMYK 0 0.43 0.65 0.73
HSL 20.45º 0.48% 0.18% -
HSV(B) 20.45º 0.65% 0.27% -
XYZ 3.27 2.75 1.22 -
YUV 45.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 68 39 24 0 0.43 0.65 0.73 20.45 0.48 0.18
Hex 44 27 18 0 2B 41 49 14 30 12
Octal 104 47 30 0 53 101 111 24 60 22
Binary 1000100 100111 11000 0 101011 1000001 1001001 10100 110000 10010

Color Harmonies of #442718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442718

Black with #442718

Text Example


Text Example

White with #442718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442718; }

 p { color: rgb(68,39,24); }

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

background-color css

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

 a { background-color: rgb(68,39,24); }

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

border-color css

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

 span { border-color: rgb(68,39,24); }

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