Html Css Color HEX #441A02 Brown Pod

📋 copy color: '#441A02'

red 68 ◦ green 26 ◦ blue 2

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

Shades of Brown Pod #441A02

Tints of Brown Pod #441A02

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

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

R = 70.83%
G = 27.08%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#441A02 (or 0x441A02) is known color: Brown Pod. HEX triplet: 44, 1A and 02. RGB value is (68,26,2). Sum of RGB (Red+Green+Blue) = 68+26+2=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #441A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A02 is #BBE5FD. Grayscale: #232323. Windows color (decimal): -12314110 or 137796. OLE color: 137796.

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

Color convert

RGB 68 26 2 -
CMYK 0 0.62 0.97 0.73
HSL 21.82º 0.94% 0.14% -
HSV(B) 21.82º 0.97% 0.27% -
XYZ 2.76 1.97 0.29 -
YUV 35.82 108.91 150.95 -
System Red Green Blue C M Y K H S L
Decimal 68 26 2 0 0.62 0.97 0.73 21.82 0.94 0.14
Hex 44 1A 2 0 3E 61 49 16 5E E
Octal 104 32 2 0 76 141 111 26 136 16
Binary 1000100 11010 10 0 111110 1100001 1001001 10110 1011110 1110

Color Harmonies of #441A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A02

Black with #441A02

Text Example


Text Example

White with #441A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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