Html Css Color HEX #41201F Brown Pod

📋 copy color: '#41201F'

red 65 ◦ green 32 ◦ blue 31

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

Shades of Brown Pod #41201F

Tints of Brown Pod #41201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.22%

R = 50.78%
G = 25%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41201F (or 0x41201F) is known color: Brown Pod. HEX triplet: 41, 20 and 1F. RGB value is (65,32,31). Sum of RGB (Red+Green+Blue) = 65+32+31=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41201F is #BEDFE0. Grayscale: #292929. Windows color (decimal): -12509153 or 2039873. OLE color: 2039873.

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

Color convert

RGB 65 32 31 -
CMYK 0 0.51 0.52 0.75
HSL 1.76º 0.35% 0.19% -
HSV(B) 1.76º 0.52% 0.25% -
XYZ 2.94 2.26 1.58 -
YUV 41.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 65 32 31 0 0.51 0.52 0.75 1.76 0.35 0.19
Hex 41 20 1F 0 33 34 4B 2 23 13
Octal 101 40 37 0 63 64 113 2 43 23
Binary 1000001 100000 11111 0 110011 110100 1001011 10 100011 10011

Color Harmonies of #41201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41201F

Black with #41201F

Text Example


Text Example

White with #41201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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