Html Css Color HEX #412620 Brown Pod

📋 copy color: '#412620'

red 65 ◦ green 38 ◦ blue 32

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

Shades of Brown Pod #412620

Tints of Brown Pod #412620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 48.15%
G = 28.15%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#412620 (or 0x412620) is known color: Brown Pod. HEX triplet: 41, 26 and 20. RGB value is (65,38,32). Sum of RGB (Red+Green+Blue) = 65+38+32=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412620 is #BED9DF. Grayscale: #2D2D2D. Windows color (decimal): -12507616 or 2106945. OLE color: 2106945.

HSL color Cylindrical-coordinate representation of color #412620: hue angle of 10.91º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #412620 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 38 32 -
CMYK 0 0.42 0.51 0.75
HSL 10.91º 0.34% 0.19% -
HSV(B) 10.91º 0.51% 0.25% -
XYZ 3.13 2.61 1.71 -
YUV 45.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 65 38 32 0 0.42 0.51 0.75 10.91 0.34 0.19
Hex 41 26 20 0 2A 33 4B B 22 13
Octal 101 46 40 0 52 63 113 13 42 23
Binary 1000001 100110 100000 0 101010 110011 1001011 1011 100010 10011

Color Harmonies of #412620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412620

Black with #412620

Text Example


Text Example

White with #412620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412620; }

 p { color: rgb(65,38,32); }

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

background-color css

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

 a { background-color: rgb(65,38,32); }

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

border-color css

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

 span { border-color: rgb(65,38,32); }

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