Html Css Color HEX #411B05 Brown Pod

📋 copy color: '#411B05'

red 65 ◦ green 27 ◦ blue 5

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

Shades of Brown Pod #411B05

Tints of Brown Pod #411B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.15%

R = 67.01%
G = 27.84%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#411B05 (or 0x411B05) is known color: Brown Pod. HEX triplet: 41, 1B and 05. RGB value is (65,27,5). Sum of RGB (Red+Green+Blue) = 65+27+5=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B05 is #BEE4FA. Grayscale: #232323. Windows color (decimal): -12510459 or 334657. OLE color: 334657.

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

Color convert

RGB 65 27 5 -
CMYK 0 0.58 0.92 0.75
HSL 22º 0.86% 0.14% -
HSV(B) 22º 0.92% 0.25% -
XYZ 2.6 1.92 0.38 -
YUV 35.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 65 27 5 0 0.58 0.92 0.75 22 0.86 0.14
Hex 41 1B 5 0 3A 5C 4B 16 56 E
Octal 101 33 5 0 72 134 113 26 126 16
Binary 1000001 11011 101 0 111010 1011100 1001011 10110 1010110 1110

Color Harmonies of #411B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B05

Black with #411B05

Text Example


Text Example

White with #411B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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