Html Css Color HEX #411509 Brown Pod

📋 copy color: '#411509'

red 65 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #411509

Tints of Brown Pod #411509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 68.42%
G = 22.11%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411509 (or 0x411509) is known color: Brown Pod. HEX triplet: 41, 15 and 09. RGB value is (65,21,9). Sum of RGB (Red+Green+Blue) = 65+21+9=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411509 is #BEEAF6. Grayscale: #202020. Windows color (decimal): -12511991 or 595265. OLE color: 595265.

HSL color Cylindrical-coordinate representation of color #411509: hue angle of 12.86º 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 #411509 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 9 -
CMYK 0 0.68 0.86 0.75
HSL 12.86º 0.76% 0.15% -
HSV(B) 12.86º 0.86% 0.25% -
XYZ 2.5 1.68 0.45 -
YUV 32.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 65 21 9 0 0.68 0.86 0.75 12.86 0.76 0.15
Hex 41 15 9 0 44 56 4B D 4C F
Octal 101 25 11 0 104 126 113 15 114 17
Binary 1000001 10101 1001 0 1000100 1010110 1001011 1101 1001100 1111

Color Harmonies of #411509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411509

Black with #411509

Text Example


Text Example

White with #411509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411509; }

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

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

background-color css

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

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

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

border-color css

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

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

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