Html Css Color HEX #412111 Brown Pod

📋 copy color: '#412111'

red 65 ◦ green 33 ◦ blue 17

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

Shades of Brown Pod #412111

Tints of Brown Pod #412111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.7%

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 56.52%
G = 28.7%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412111 (or 0x412111) is known color: Brown Pod. HEX triplet: 41, 21 and 11. RGB value is (65,33,17). Sum of RGB (Red+Green+Blue) = 65+33+17=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #412111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412111 is #BEDEEE. Grayscale: #282828. Windows color (decimal): -12508911 or 1122625. OLE color: 1122625.

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

Color convert

RGB 65 33 17 -
CMYK 0 0.49 0.74 0.75
HSL 20º 0.59% 0.16% -
HSV(B) 20º 0.74% 0.25% -
XYZ 2.83 2.25 0.82 -
YUV 40.74 114.6 145.3 -
System Red Green Blue C M Y K H S L
Decimal 65 33 17 0 0.49 0.74 0.75 20 0.59 0.16
Hex 41 21 11 0 31 4A 4B 14 3B 10
Octal 101 41 21 0 61 112 113 24 73 20
Binary 1000001 100001 10001 0 110001 1001010 1001011 10100 111011 10000

Color Harmonies of #412111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412111

Black with #412111

Text Example


Text Example

White with #412111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412111; }

 p { color: rgb(65,33,17); }

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

background-color css

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

 a { background-color: rgb(65,33,17); }

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

border-color css

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

 span { border-color: rgb(65,33,17); }

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