Html Css Color HEX #41201D Brown Pod

📋 copy color: '#41201D'

red 65 ◦ green 32 ◦ blue 29

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

Shades of Brown Pod #41201D

Tints of Brown Pod #41201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 51.59%
G = 25.4%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41201D (or 0x41201D) is known color: Brown Pod. HEX triplet: 41, 20 and 1D. RGB value is (65,32,29). Sum of RGB (Red+Green+Blue) = 65+32+29=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201D is #BEDFE2. Grayscale: #292929. Windows color (decimal): -12509155 or 1908801. OLE color: 1908801.

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

Color convert

RGB 65 32 29 -
CMYK 0 0.51 0.55 0.75
HSL 0.38% 0.18% -
HSV(B) 0.55% 0.25% -
XYZ 2.92 2.25 1.44 -
YUV 41.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 65 32 29 0 0.51 0.55 0.75 5 0.38 0.18
Hex 41 20 1D 0 33 37 4B 5 26 12
Octal 101 40 35 0 63 67 113 5 46 22
Binary 1000001 100000 11101 0 110011 110111 1001011 101 100110 10010

Color Harmonies of #41201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41201D

Black with #41201D

Text Example


Text Example

White with #41201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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