Html Css Color HEX #441502 Brown Pod

📋 copy color: '#441502'

red 68 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #441502

Tints of Brown Pod #441502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 74.73%
G = 23.08%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#441502 (or 0x441502) is known color: Brown Pod. HEX triplet: 44, 15 and 02. RGB value is (68,21,2). Sum of RGB (Red+Green+Blue) = 68+21+2=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #441502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441502 is #BBEAFD. Grayscale: #212121. Windows color (decimal): -12315390 or 136516. OLE color: 136516.

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

Color convert

RGB 68 21 2 -
CMYK 0 0.69 0.97 0.73
HSL 17.27º 0.94% 0.14% -
HSV(B) 17.27º 0.97% 0.27% -
XYZ 2.66 1.77 0.26 -
YUV 32.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 68 21 2 0 0.69 0.97 0.73 17.27 0.94 0.14
Hex 44 15 2 0 45 61 49 11 5E E
Octal 104 25 2 0 105 141 111 21 136 16
Binary 1000100 10101 10 0 1000101 1100001 1001001 10001 1011110 1110

Color Harmonies of #441502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441502

Black with #441502

Text Example


Text Example

White with #441502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441502; }

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

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

background-color css

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

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

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

border-color css

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

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

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