Html Css Color HEX #41201A Brown Pod

📋 copy color: '#41201A'

red 65 ◦ green 32 ◦ blue 26

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

Shades of Brown Pod #41201A

Tints of Brown Pod #41201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 21.14%

R = 52.85%
G = 26.02%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#41201A (or 0x41201A) is known color: Brown Pod. HEX triplet: 41, 20 and 1A. RGB value is (65,32,26). Sum of RGB (Red+Green+Blue) = 65+32+26=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #41201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201A is #BEDFE5. Grayscale: #292929. Windows color (decimal): -12509158 or 1712193. OLE color: 1712193.

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

Color convert

RGB 65 32 26 -
CMYK 0 0.51 0.60 0.75
HSL 9.23º 0.43% 0.18% -
HSV(B) 9.23º 0.6% 0.25% -
XYZ 2.88 2.23 1.26 -
YUV 41.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 65 32 26 0 0.51 0.60 0.75 9.23 0.43 0.18
Hex 41 20 1A 0 33 3C 4B 9 2B 12
Octal 101 40 32 0 63 74 113 11 53 22
Binary 1000001 100000 11010 0 110011 111100 1001011 1001 101011 10010

Color Harmonies of #41201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41201A

Black with #41201A

Text Example


Text Example

White with #41201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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