Html Css Color HEX #411E12 Brown Pod

📋 copy color: '#411E12'

red 65 ◦ green 30 ◦ blue 18

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

Shades of Brown Pod #411E12

Tints of Brown Pod #411E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.55%

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

R = 57.52%
G = 26.55%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411E12 (or 0x411E12) is known color: Brown Pod. HEX triplet: 41, 1E and 12. RGB value is (65,30,18). Sum of RGB (Red+Green+Blue) = 65+30+18=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E12 is #BEE1ED. Grayscale: #272727. Windows color (decimal): -12509678 or 1187393. OLE color: 1187393.

HSL color Cylindrical-coordinate representation of color #411E12: hue angle of 15.32º 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 #411E12 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 18 -
CMYK 0 0.54 0.72 0.75
HSL 15.32º 0.57% 0.16% -
HSV(B) 15.32º 0.72% 0.25% -
XYZ 2.75 2.1 0.83 -
YUV 39.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 65 30 18 0 0.54 0.72 0.75 15.32 0.57 0.16
Hex 41 1E 12 0 36 48 4B F 39 10
Octal 101 36 22 0 66 110 113 17 71 20
Binary 1000001 11110 10010 0 110110 1001000 1001011 1111 111001 10000

Color Harmonies of #411E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E12

Black with #411E12

Text Example


Text Example

White with #411E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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