Html Css Color HEX #442202 Brown Pod

📋 copy color: '#442202'

red 68 ◦ green 34 ◦ blue 2

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

Shades of Brown Pod #442202

Tints of Brown Pod #442202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.92%

R = 65.38%
G = 32.69%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#442202 (or 0x442202) is known color: Brown Pod. HEX triplet: 44, 22 and 02. RGB value is (68,34,2). Sum of RGB (Red+Green+Blue) = 68+34+2=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #442202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442202 is #BBDDFD. Grayscale: #282828. Windows color (decimal): -12312062 or 139844. OLE color: 139844.

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

Color convert

RGB 68 34 2 -
CMYK 0 0.50 0.97 0.73
HSL 29.09º 0.94% 0.14% -
HSV(B) 29.09º 0.97% 0.27% -
XYZ 2.97 2.38 0.36 -
YUV 40.52 106.26 147.6 -
System Red Green Blue C M Y K H S L
Decimal 68 34 2 0 0.50 0.97 0.73 29.09 0.94 0.14
Hex 44 22 2 0 32 61 49 1D 5E E
Octal 104 42 2 0 62 141 111 35 136 16
Binary 1000100 100010 10 0 110010 1100001 1001001 11101 1011110 1110

Color Harmonies of #442202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442202

Black with #442202

Text Example


Text Example

White with #442202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442202; }

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

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

background-color css

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

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

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

border-color css

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

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

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