Html Css Color HEX #411D07 Brown Pod

📋 copy color: '#411D07'

red 65 ◦ green 29 ◦ blue 7

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

Shades of Brown Pod #411D07

Tints of Brown Pod #411D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.71%

 BLUE value IS 7 (3.13% from 255) = 6.93%

R = 64.36%
G = 28.71%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#411D07 (or 0x411D07) is known color: Brown Pod. HEX triplet: 41, 1D and 07. RGB value is (65,29,7). Sum of RGB (Red+Green+Blue) = 65+29+7=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D07 is #BEE2F8. Grayscale: #252525. Windows color (decimal): -12509945 or 466241. OLE color: 466241.

HSL color Cylindrical-coordinate representation of color #411D07: hue angle of 22.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411D07 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 29 7 -
CMYK 0 0.55 0.89 0.75
HSL 22.76º 0.81% 0.14% -
HSV(B) 22.76º 0.89% 0.25% -
XYZ 2.66 2.02 0.45 -
YUV 37.26 110.93 147.79 -
System Red Green Blue C M Y K H S L
Decimal 65 29 7 0 0.55 0.89 0.75 22.76 0.81 0.14
Hex 41 1D 7 0 37 59 4B 17 51 E
Octal 101 35 7 0 67 131 113 27 121 16
Binary 1000001 11101 111 0 110111 1011001 1001011 10111 1010001 1110

Color Harmonies of #411D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D07

Black with #411D07

Text Example


Text Example

White with #411D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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