Html Css Color HEX #441A12 Brown Pod

📋 copy color: '#441A12'

red 68 ◦ green 26 ◦ blue 18

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

Shades of Brown Pod #441A12

Tints of Brown Pod #441A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.07%

R = 60.71%
G = 23.21%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#441A12 (or 0x441A12) is known color: Brown Pod. HEX triplet: 44, 1A and 12. RGB value is (68,26,18). Sum of RGB (Red+Green+Blue) = 68+26+18=112 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.71% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 68 - color contains mainly: red. Hex color #441A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441A12 is #BBE5ED. Grayscale: #252525. Windows color (decimal): -12314094 or 1186372. OLE color: 1186372.

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

Color convert

RGB 68 26 18 -
CMYK 0 0.62 0.74 0.73
HSL 9.6º 0.58% 0.17% -
HSV(B) 9.6º 0.74% 0.27% -
XYZ 2.86 2.01 0.81 -
YUV 37.65 116.91 149.65 -
System Red Green Blue C M Y K H S L
Decimal 68 26 18 0 0.62 0.74 0.73 9.6 0.58 0.17
Hex 44 1A 12 0 3E 4A 49 A 3A 11
Octal 104 32 22 0 76 112 111 12 72 21
Binary 1000100 11010 10010 0 111110 1001010 1001001 1010 111010 10001

Color Harmonies of #441A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A12

Black with #441A12

Text Example


Text Example

White with #441A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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