Html Css Color HEX #441A0A Brown Pod

📋 copy color: '#441A0A'

red 68 ◦ green 26 ◦ blue 10

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

Shades of Brown Pod #441A0A

Tints of Brown Pod #441A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 65.38%
G = 25%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.73

RGB Variations

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

Color information

#441A0A (or 0x441A0A) is known color: Brown Pod. HEX triplet: 44, 1A and 0A. RGB value is (68,26,10). Sum of RGB (Red+Green+Blue) = 68+26+10=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #441A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A0A is #BBE5F5. Grayscale: #242424. Windows color (decimal): -12314102 or 662084. OLE color: 662084.

HSL color Cylindrical-coordinate representation of color #441A0A: hue angle of 16.55º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441A0A is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 10 -
CMYK 0 0.62 0.85 0.73
HSL 16.55º 0.74% 0.15% -
HSV(B) 16.55º 0.85% 0.27% -
XYZ 2.81 1.99 0.52 -
YUV 36.73 112.91 150.3 -
System Red Green Blue C M Y K H S L
Decimal 68 26 10 0 0.62 0.85 0.73 16.55 0.74 0.15
Hex 44 1A A 0 3E 55 49 11 4A F
Octal 104 32 12 0 76 125 111 21 112 17
Binary 1000100 11010 1010 0 111110 1010101 1001001 10001 1001010 1111

Color Harmonies of #441A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A0A

Black with #441A0A

Text Example


Text Example

White with #441A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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