Html Css Color HEX #441202 Brown Pod

📋 copy color: '#441202'

red 68 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #441202

Tints of Brown Pod #441202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.45%

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

R = 77.27%
G = 20.45%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#441202 (or 0x441202) is known color: Brown Pod. HEX triplet: 44, 12 and 02. RGB value is (68,18,2). Sum of RGB (Red+Green+Blue) = 68+18+2=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #441202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441202 is #BBEDFD. Grayscale: #1F1F1F. Windows color (decimal): -12316158 or 135748. OLE color: 135748.

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

Color convert

RGB 68 18 2 -
CMYK 0 0.74 0.97 0.73
HSL 14.55º 0.94% 0.14% -
HSV(B) 14.55º 0.97% 0.27% -
XYZ 2.61 1.67 0.24 -
YUV 31.13 111.57 154.3 -
System Red Green Blue C M Y K H S L
Decimal 68 18 2 0 0.74 0.97 0.73 14.55 0.94 0.14
Hex 44 12 2 0 4A 61 49 F 5E E
Octal 104 22 2 0 112 141 111 17 136 16
Binary 1000100 10010 10 0 1001010 1100001 1001001 1111 1011110 1110

Color Harmonies of #441202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441202

Black with #441202

Text Example


Text Example

White with #441202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441202; }

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

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

background-color css

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

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

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

border-color css

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

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

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