Html Css Color HEX #441C12 Brown Pod

📋 copy color: '#441C12'

red 68 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #441C12

Tints of Brown Pod #441C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.56%

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

R = 59.65%
G = 24.56%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#441C12 (or 0x441C12) is known color: Brown Pod. HEX triplet: 44, 1C and 12. RGB value is (68,28,18). Sum of RGB (Red+Green+Blue) = 68+28+18=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #441C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441C12 is #BBE3ED. Grayscale: #262626. Windows color (decimal): -12313582 or 1186884. OLE color: 1186884.

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

Color convert

RGB 68 28 18 -
CMYK 0 0.59 0.74 0.73
HSL 12º 0.58% 0.17% -
HSV(B) 12º 0.74% 0.27% -
XYZ 2.91 2.1 0.82 -
YUV 38.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 68 28 18 0 0.59 0.74 0.73 12 0.58 0.17
Hex 44 1C 12 0 3B 4A 49 C 3A 11
Octal 104 34 22 0 73 112 111 14 72 21
Binary 1000100 11100 10010 0 111011 1001010 1001001 1100 111010 10001

Color Harmonies of #441C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C12

Black with #441C12

Text Example


Text Example

White with #441C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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