Html Css Color HEX #411B0C Brown Pod

📋 copy color: '#411B0C'

red 65 ◦ green 27 ◦ blue 12

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

Shades of Brown Pod #411B0C

Tints of Brown Pod #411B0C

RGB

 RED value IS 65 (25.78% from 255) = 62.5%

 GREEN value IS 27 (10.94% from 255) = 25.96%

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

R = 62.5%
G = 25.96%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#411B0C (or 0x411B0C) is known color: Brown Pod. HEX triplet: 41, 1B and 0C. RGB value is (65,27,12). Sum of RGB (Red+Green+Blue) = 65+27+12=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B0C is #BEE4F3. Grayscale: #242424. Windows color (decimal): -12510452 or 793409. OLE color: 793409.

HSL color Cylindrical-coordinate representation of color #411B0C: hue angle of 16.98º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411B0C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 12 -
CMYK 0 0.58 0.82 0.75
HSL 16.98º 0.69% 0.15% -
HSV(B) 16.98º 0.82% 0.25% -
XYZ 2.64 1.93 0.58 -
YUV 36.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 65 27 12 0 0.58 0.82 0.75 16.98 0.69 0.15
Hex 41 1B C 0 3A 52 4B 11 45 F
Octal 101 33 14 0 72 122 113 21 105 17
Binary 1000001 11011 1100 0 111010 1010010 1001011 10001 1000101 1111

Color Harmonies of #411B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B0C

Black with #411B0C

Text Example


Text Example

White with #411B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B0C; }

 p { color: rgb(65,27,12); }

 H1.HeaderClassName
 {
   color: #411B0C;
 }
 .AnyTagClassName
 {
   color: #411B0C;
 }
</style>

background-color css

<style>
 a { background-color: #411B0C; }

 a { background-color: rgb(65,27,12); }

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

border-color css

<style>
 span { border-color: #411B0C; }

 span { border-color: rgb(65,27,12); }

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