Html Css Color HEX #411C12 Brown Pod

📋 copy color: '#411C12'

red 65 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #411C12

Tints of Brown Pod #411C12

RGB

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

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

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

R = 58.56%
G = 25.23%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411C12 (or 0x411C12) is known color: Brown Pod. HEX triplet: 41, 1C and 12. RGB value is (65,28,18). Sum of RGB (Red+Green+Blue) = 65+28+18=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C12 is #BEE3ED. Grayscale: #252525. Windows color (decimal): -12510190 or 1186881. OLE color: 1186881.

HSL color Cylindrical-coordinate representation of color #411C12: hue angle of 12.77º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411C12 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 28 18 -
CMYK 0 0.57 0.72 0.75
HSL 12.77º 0.57% 0.16% -
HSV(B) 12.77º 0.72% 0.25% -
XYZ 2.7 2 0.82 -
YUV 37.92 116.76 147.31 -
System Red Green Blue C M Y K H S L
Decimal 65 28 18 0 0.57 0.72 0.75 12.77 0.57 0.16
Hex 41 1C 12 0 39 48 4B D 39 10
Octal 101 34 22 0 71 110 113 15 71 20
Binary 1000001 11100 10010 0 111001 1001000 1001011 1101 111001 10000

Color Harmonies of #411C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C12

Black with #411C12

Text Example


Text Example

White with #411C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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