Html Css Color HEX #412209 Brown Pod

📋 copy color: '#412209'

red 65 ◦ green 34 ◦ blue 9

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

Shades of Brown Pod #412209

Tints of Brown Pod #412209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

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

R = 60.19%
G = 31.48%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#412209 (or 0x412209) is known color: Brown Pod. HEX triplet: 41, 22 and 09. RGB value is (65,34,9). Sum of RGB (Red+Green+Blue) = 65+34+9=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #412209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412209 is #BEDDF6. Grayscale: #282828. Windows color (decimal): -12508663 or 598593. OLE color: 598593.

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

Color convert

RGB 65 34 9 -
CMYK 0 0.48 0.86 0.75
HSL 26.79º 0.76% 0.15% -
HSV(B) 26.79º 0.86% 0.25% -
XYZ 2.8 2.29 0.55 -
YUV 40.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 65 34 9 0 0.48 0.86 0.75 26.79 0.76 0.15
Hex 41 22 9 0 30 56 4B 1B 4C F
Octal 101 42 11 0 60 126 113 33 114 17
Binary 1000001 100010 1001 0 110000 1010110 1001011 11011 1001100 1111

Color Harmonies of #412209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412209

Black with #412209

Text Example


Text Example

White with #412209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412209; }

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

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

background-color css

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

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

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

border-color css

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

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

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