Html Css Color HEX #441F0C Brown Pod

📋 copy color: '#441F0C'

red 68 ◦ green 31 ◦ blue 12

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

Shades of Brown Pod #441F0C

Tints of Brown Pod #441F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 61.26%
G = 27.93%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.73

RGB Variations

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

Color information

#441F0C (or 0x441F0C) is known color: Brown Pod. HEX triplet: 44, 1F and 0C. RGB value is (68,31,12). Sum of RGB (Red+Green+Blue) = 68+31+12=111 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.26% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 68 - color contains mainly: red. Hex color #441F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #441F0C is #BBE0F3. Grayscale: #282828. Windows color (decimal): -12312820 or 794436. OLE color: 794436.

HSL color Cylindrical-coordinate representation of color #441F0C: hue angle of 20.36º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441F0C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 31 12 -
CMYK 0 0.54 0.82 0.73
HSL 20.36º 0.7% 0.16% -
HSV(B) 20.36º 0.82% 0.27% -
XYZ 2.94 2.24 0.62 -
YUV 39.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 68 31 12 0 0.54 0.82 0.73 20.36 0.7 0.16
Hex 44 1F C 0 36 52 49 14 46 10
Octal 104 37 14 0 66 122 111 24 106 20
Binary 1000100 11111 1100 0 110110 1010010 1001001 10100 1000110 10000

Color Harmonies of #441F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F0C

Black with #441F0C

Text Example


Text Example

White with #441F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,31,12); }

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

background-color css

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

 a { background-color: rgb(68,31,12); }

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

border-color css

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

 span { border-color: rgb(68,31,12); }

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