Html Css Color HEX #411F1C Brown Pod

📋 copy color: '#411F1C'

red 65 ◦ green 31 ◦ blue 28

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

Shades of Brown Pod #411F1C

Tints of Brown Pod #411F1C

RGB

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

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

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

R = 52.42%
G = 25%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#411F1C (or 0x411F1C) is known color: Brown Pod. HEX triplet: 41, 1F and 1C. RGB value is (65,31,28). Sum of RGB (Red+Green+Blue) = 65+31+28=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #411F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F1C is #BEE0E3. Grayscale: #282828. Windows color (decimal): -12509412 or 1843009. OLE color: 1843009.

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

Color convert

RGB 65 31 28 -
CMYK 0 0.52 0.57 0.75
HSL 4.86º 0.4% 0.18% -
HSV(B) 4.86º 0.57% 0.25% -
XYZ 2.88 2.19 1.37 -
YUV 40.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 65 31 28 0 0.52 0.57 0.75 4.86 0.4 0.18
Hex 41 1F 1C 0 34 39 4B 5 28 12
Octal 101 37 34 0 64 71 113 5 50 22
Binary 1000001 11111 11100 0 110100 111001 1001011 101 101000 10010

Color Harmonies of #411F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F1C

Black with #411F1C

Text Example


Text Example

White with #411F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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