Html Css Color HEX #411F1D Brown Pod

📋 copy color: '#411F1D'

red 65 ◦ green 31 ◦ blue 29

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

Shades of Brown Pod #411F1D

Tints of Brown Pod #411F1D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.8%

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

R = 52%
G = 24.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#411F1D (or 0x411F1D) is known color: Brown Pod. HEX triplet: 41, 1F and 1D. RGB value is (65,31,29). Sum of RGB (Red+Green+Blue) = 65+31+29=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1D is #BEE0E2. Grayscale: #282828. Windows color (decimal): -12509411 or 1908545. OLE color: 1908545.

HSL color Cylindrical-coordinate representation of color #411F1D: hue angle of 3.33º 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 #411F1D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 29 -
CMYK 0 0.52 0.55 0.75
HSL 3.33º 0.38% 0.18% -
HSV(B) 3.33º 0.55% 0.25% -
XYZ 2.89 2.19 1.43 -
YUV 40.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 65 31 29 0 0.52 0.55 0.75 3.33 0.38 0.18
Hex 41 1F 1D 0 34 37 4B 3 26 12
Octal 101 37 35 0 64 67 113 3 46 22
Binary 1000001 11111 11101 0 110100 110111 1001011 11 100110 10010

Color Harmonies of #411F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F1D

Black with #411F1D

Text Example


Text Example

White with #411F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F1D; }

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

 H1.HeaderClassName
 {
   color: #411F1D;
 }
 .AnyTagClassName
 {
   color: #411F1D;
 }
</style>

background-color css

<style>
 a { background-color: #411F1D; }

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

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

border-color css

<style>
 span { border-color: #411F1D; }

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

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