Html Css Color HEX #442101 Brown Pod

📋 copy color: '#442101'

red 68 ◦ green 33 ◦ blue 1

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

Shades of Brown Pod #442101

Tints of Brown Pod #442101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.98%

R = 66.67%
G = 32.35%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#442101 (or 0x442101) is known color: Brown Pod. HEX triplet: 44, 21 and 01. RGB value is (68,33,1). Sum of RGB (Red+Green+Blue) = 68+33+1=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #442101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442101 is #BBDEFE. Grayscale: #272727. Windows color (decimal): -12312319 or 74052. OLE color: 74052.

HSL color Cylindrical-coordinate representation of color #442101: hue angle of 28.66º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #442101 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 33 1 -
CMYK 0 0.51 0.99 0.73
HSL 28.66º 0.97% 0.14% -
HSV(B) 28.66º 0.99% 0.27% -
XYZ 2.93 2.32 0.32 -
YUV 39.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 68 33 1 0 0.51 0.99 0.73 28.66 0.97 0.14
Hex 44 21 1 0 33 63 49 1D 61 E
Octal 104 41 1 0 63 143 111 35 141 16
Binary 1000100 100001 1 0 110011 1100011 1001001 11101 1100001 1110

Color Harmonies of #442101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442101

Black with #442101

Text Example


Text Example

White with #442101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442101; }

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

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

background-color css

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

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

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

border-color css

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

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

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