Html Css Color HEX #41201C Brown Pod

📋 copy color: '#41201C'

red 65 ◦ green 32 ◦ blue 28

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

Shades of Brown Pod #41201C

Tints of Brown Pod #41201C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 52%
G = 25.6%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#41201C (or 0x41201C) is known color: Brown Pod. HEX triplet: 41, 20 and 1C. RGB value is (65,32,28). Sum of RGB (Red+Green+Blue) = 65+32+28=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41201C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201C is #BEDFE3. Grayscale: #292929. Windows color (decimal): -12509156 or 1843265. OLE color: 1843265.

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

Color convert

RGB 65 32 28 -
CMYK 0 0.51 0.57 0.75
HSL 6.49º 0.4% 0.18% -
HSV(B) 6.49º 0.57% 0.25% -
XYZ 2.91 2.24 1.38 -
YUV 41.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 65 32 28 0 0.51 0.57 0.75 6.49 0.4 0.18
Hex 41 20 1C 0 33 39 4B 6 28 12
Octal 101 40 34 0 63 71 113 6 50 22
Binary 1000001 100000 11100 0 110011 111001 1001011 110 101000 10010

Color Harmonies of #41201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41201C

Black with #41201C

Text Example


Text Example

White with #41201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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