Html Css Color HEX #442004 Brown Pod

📋 copy color: '#442004'

red 68 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #442004

Tints of Brown Pod #442004

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.77%

 BLUE value IS 4 (1.95% from 255) = 3.85%

R = 65.38%
G = 30.77%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#442004 (or 0x442004) is known color: Brown Pod. HEX triplet: 44, 20 and 04. RGB value is (68,32,4). Sum of RGB (Red+Green+Blue) = 68+32+4=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #442004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442004 is #BBDFFB. Grayscale: #272727. Windows color (decimal): -12312572 or 270404. OLE color: 270404.

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

Color convert

RGB 68 32 4 -
CMYK 0 0.53 0.94 0.73
HSL 26.25º 0.89% 0.14% -
HSV(B) 26.25º 0.94% 0.27% -
XYZ 2.92 2.27 0.4 -
YUV 39.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 68 32 4 0 0.53 0.94 0.73 26.25 0.89 0.14
Hex 44 20 4 0 35 5E 49 1A 59 E
Octal 104 40 4 0 65 136 111 32 131 16
Binary 1000100 100000 100 0 110101 1011110 1001001 11010 1011001 1110

Color Harmonies of #442004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #442004

Black with #442004

Text Example


Text Example

White with #442004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #442004; }

 p { color: rgb(68,32,4); }

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

background-color css

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

 a { background-color: rgb(68,32,4); }

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

border-color css

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

 span { border-color: rgb(68,32,4); }

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