Html Css Color HEX #411C09 Brown Pod

📋 copy color: '#411C09'

red 65 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #411C09

Tints of Brown Pod #411C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 63.73%
G = 27.45%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#411C09 (or 0x411C09) is known color: Brown Pod. HEX triplet: 41, 1C and 09. RGB value is (65,28,9). Sum of RGB (Red+Green+Blue) = 65+28+9=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C09 is #BEE3F6. Grayscale: #252525. Windows color (decimal): -12510199 or 597057. OLE color: 597057.

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

Color convert

RGB 65 28 9 -
CMYK 0 0.57 0.86 0.75
HSL 20.36º 0.76% 0.15% -
HSV(B) 20.36º 0.86% 0.25% -
XYZ 2.64 1.97 0.5 -
YUV 36.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 65 28 9 0 0.57 0.86 0.75 20.36 0.76 0.15
Hex 41 1C 9 0 39 56 4B 14 4C F
Octal 101 34 11 0 71 126 113 24 114 17
Binary 1000001 11100 1001 0 111001 1010110 1001011 10100 1001100 1111

Color Harmonies of #411C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C09

Black with #411C09

Text Example


Text Example

White with #411C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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