Html Css Color HEX #411E0B Brown Pod

📋 copy color: '#411E0B'

red 65 ◦ green 30 ◦ blue 11

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

Shades of Brown Pod #411E0B

Tints of Brown Pod #411E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10.38%

R = 61.32%
G = 28.3%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#411E0B (or 0x411E0B) is known color: Brown Pod. HEX triplet: 41, 1E and 0B. RGB value is (65,30,11). Sum of RGB (Red+Green+Blue) = 65+30+11=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411E0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E0B is #BEE1F4. Grayscale: #262626. Windows color (decimal): -12509685 or 728641. OLE color: 728641.

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

Color convert

RGB 65 30 11 -
CMYK 0 0.54 0.83 0.75
HSL 21.11º 0.71% 0.15% -
HSV(B) 21.11º 0.83% 0.25% -
XYZ 2.7 2.08 0.57 -
YUV 38.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 65 30 11 0 0.54 0.83 0.75 21.11 0.71 0.15
Hex 41 1E B 0 36 53 4B 15 47 F
Octal 101 36 13 0 66 123 113 25 107 17
Binary 1000001 11110 1011 0 110110 1010011 1001011 10101 1000111 1111

Color Harmonies of #411E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E0B

Black with #411E0B

Text Example


Text Example

White with #411E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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