Html Css Color HEX #411F1A Brown Pod

📋 copy color: '#411F1A'

red 65 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #411F1A

Tints of Brown Pod #411F1A

RGB

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

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

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

R = 53.28%
G = 25.41%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#411F1A (or 0x411F1A) is known color: Brown Pod. HEX triplet: 41, 1F and 1A. RGB value is (65,31,26). Sum of RGB (Red+Green+Blue) = 65+31+26=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1A is #BEE0E5. Grayscale: #282828. Windows color (decimal): -12509414 or 1711937. OLE color: 1711937.

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

Color convert

RGB 65 31 26 -
CMYK 0 0.52 0.60 0.75
HSL 7.69º 0.43% 0.18% -
HSV(B) 7.69º 0.6% 0.25% -
XYZ 2.86 2.18 1.25 -
YUV 40.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 65 31 26 0 0.52 0.60 0.75 7.69 0.43 0.18
Hex 41 1F 1A 0 34 3C 4B 8 2B 12
Octal 101 37 32 0 64 74 113 10 53 22
Binary 1000001 11111 11010 0 110100 111100 1001011 1000 101011 10010

Color Harmonies of #411F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F1A

Black with #411F1A

Text Example


Text Example

White with #411F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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