Html Css Color HEX #411F09 Brown Pod

📋 copy color: '#411F09'

red 65 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #411F09

Tints of Brown Pod #411F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

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

R = 61.9%
G = 29.52%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411F09 (or 0x411F09) is known color: Brown Pod. HEX triplet: 41, 1F and 09. RGB value is (65,31,9). Sum of RGB (Red+Green+Blue) = 65+31+9=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F09 is #BEE0F6. Grayscale: #262626. Windows color (decimal): -12509431 or 597825. OLE color: 597825.

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

Color convert

RGB 65 31 9 -
CMYK 0 0.52 0.86 0.75
HSL 23.57º 0.76% 0.15% -
HSV(B) 23.57º 0.86% 0.25% -
XYZ 2.72 2.12 0.53 -
YUV 38.66 111.26 146.79 -
System Red Green Blue C M Y K H S L
Decimal 65 31 9 0 0.52 0.86 0.75 23.57 0.76 0.15
Hex 41 1F 9 0 34 56 4B 18 4C F
Octal 101 37 11 0 64 126 113 30 114 17
Binary 1000001 11111 1001 0 110100 1010110 1001011 11000 1001100 1111

Color Harmonies of #411F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F09

Black with #411F09

Text Example


Text Example

White with #411F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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