Html Css Color HEX #412109 Brown Pod

📋 copy color: '#412109'

red 65 ◦ green 33 ◦ blue 9

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

Shades of Brown Pod #412109

Tints of Brown Pod #412109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 60.75%
G = 30.84%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412109 (or 0x412109) is known color: Brown Pod. HEX triplet: 41, 21 and 09. RGB value is (65,33,9). Sum of RGB (Red+Green+Blue) = 65+33+9=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #412109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412109 is #BEDEF6. Grayscale: #272727. Windows color (decimal): -12508919 or 598337. OLE color: 598337.

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

Color convert

RGB 65 33 9 -
CMYK 0 0.49 0.86 0.75
HSL 25.71º 0.76% 0.15% -
HSV(B) 25.71º 0.86% 0.25% -
XYZ 2.77 2.23 0.54 -
YUV 39.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 65 33 9 0 0.49 0.86 0.75 25.71 0.76 0.15
Hex 41 21 9 0 31 56 4B 1A 4C F
Octal 101 41 11 0 61 126 113 32 114 17
Binary 1000001 100001 1001 0 110001 1010110 1001011 11010 1001100 1111

Color Harmonies of #412109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412109

Black with #412109

Text Example


Text Example

White with #412109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412109; }

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

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

background-color css

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

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

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

border-color css

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

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

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