Html Css Color HEX #41201E Brown Pod

📋 copy color: '#41201E'

red 65 ◦ green 32 ◦ blue 30

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

Shades of Brown Pod #41201E

Tints of Brown Pod #41201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 30 (12.11% from 255) = 23.62%

R = 51.18%
G = 25.2%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41201E (or 0x41201E) is known color: Brown Pod. HEX triplet: 41, 20 and 1E. RGB value is (65,32,30). Sum of RGB (Red+Green+Blue) = 65+32+30=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201E is #BEDFE1. Grayscale: #292929. Windows color (decimal): -12509154 or 1974337. OLE color: 1974337.

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

Color convert

RGB 65 32 30 -
CMYK 0 0.51 0.54 0.75
HSL 3.43º 0.37% 0.19% -
HSV(B) 3.43º 0.54% 0.25% -
XYZ 2.93 2.25 1.51 -
YUV 41.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 65 32 30 0 0.51 0.54 0.75 3.43 0.37 0.19
Hex 41 20 1E 0 33 36 4B 3 25 13
Octal 101 40 36 0 63 66 113 3 45 23
Binary 1000001 100000 11110 0 110011 110110 1001011 11 100101 10011

Color Harmonies of #41201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41201E

Black with #41201E

Text Example


Text Example

White with #41201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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