Html Css Color HEX #411B09 Brown Pod

📋 copy color: '#411B09'

red 65 ◦ green 27 ◦ blue 9

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

Shades of Brown Pod #411B09

Tints of Brown Pod #411B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.91%

R = 64.36%
G = 26.73%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411B09 (or 0x411B09) is known color: Brown Pod. HEX triplet: 41, 1B and 09. RGB value is (65,27,9). Sum of RGB (Red+Green+Blue) = 65+27+9=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B09 is #BEE4F6. Grayscale: #242424. Windows color (decimal): -12510455 or 596801. OLE color: 596801.

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

Color convert

RGB 65 27 9 -
CMYK 0 0.58 0.86 0.75
HSL 19.29º 0.76% 0.15% -
HSV(B) 19.29º 0.86% 0.25% -
XYZ 2.62 1.93 0.49 -
YUV 36.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 65 27 9 0 0.58 0.86 0.75 19.29 0.76 0.15
Hex 41 1B 9 0 3A 56 4B 13 4C F
Octal 101 33 11 0 72 126 113 23 114 17
Binary 1000001 11011 1001 0 111010 1010110 1001011 10011 1001100 1111

Color Harmonies of #411B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B09

Black with #411B09

Text Example


Text Example

White with #411B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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