Html Css Color HEX #411A0F Brown Pod

📋 copy color: '#411A0F'

red 65 ◦ green 26 ◦ blue 15

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

Shades of Brown Pod #411A0F

Tints of Brown Pod #411A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 24.53%

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 61.32%
G = 24.53%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#411A0F (or 0x411A0F) is known color: Brown Pod. HEX triplet: 41, 1A and 0F. RGB value is (65,26,15). Sum of RGB (Red+Green+Blue) = 65+26+15=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A0F is #BEE5F0. Grayscale: #242424. Windows color (decimal): -12510705 or 989761. OLE color: 989761.

HSL color Cylindrical-coordinate representation of color #411A0F: hue angle of 13.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411A0F is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 26 15 -
CMYK 0 0.60 0.77 0.75
HSL 13.2º 0.63% 0.16% -
HSV(B) 13.2º 0.77% 0.25% -
XYZ 2.64 1.9 0.68 -
YUV 36.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 65 26 15 0 0.60 0.77 0.75 13.2 0.63 0.16
Hex 41 1A F 0 3C 4D 4B D 3E 10
Octal 101 32 17 0 74 115 113 15 76 20
Binary 1000001 11010 1111 0 111100 1001101 1001011 1101 111110 10000

Color Harmonies of #411A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A0F

Black with #411A0F

Text Example


Text Example

White with #411A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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