Html Css Color HEX #441402 Brown Pod

📋 copy color: '#441402'

red 68 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #441402

Tints of Brown Pod #441402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.22%

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

R = 75.56%
G = 22.22%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#441402 (or 0x441402) is known color: Brown Pod. HEX triplet: 44, 14 and 02. RGB value is (68,20,2). Sum of RGB (Red+Green+Blue) = 68+20+2=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #441402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441402 is #BBEBFD. Grayscale: #202020. Windows color (decimal): -12315646 or 136260. OLE color: 136260.

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

Color convert

RGB 68 20 2 -
CMYK 0 0.71 0.97 0.73
HSL 16.36º 0.94% 0.14% -
HSV(B) 16.36º 0.97% 0.27% -
XYZ 2.65 1.73 0.25 -
YUV 32.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 68 20 2 0 0.71 0.97 0.73 16.36 0.94 0.14
Hex 44 14 2 0 47 61 49 10 5E E
Octal 104 24 2 0 107 141 111 20 136 16
Binary 1000100 10100 10 0 1000111 1100001 1001001 10000 1011110 1110

Color Harmonies of #441402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441402

Black with #441402

Text Example


Text Example

White with #441402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441402; }

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

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

background-color css

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

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

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

border-color css

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

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

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