Html Css Color HEX #411E07 Brown Pod

📋 copy color: '#411E07'

red 65 ◦ green 30 ◦ blue 7

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

Shades of Brown Pod #411E07

Tints of Brown Pod #411E07

RGB

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

 GREEN value IS 30 (12.11% from 255) = 29.41%

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

R = 63.73%
G = 29.41%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#411E07 (or 0x411E07) is known color: Brown Pod. HEX triplet: 41, 1E and 07. RGB value is (65,30,7). Sum of RGB (Red+Green+Blue) = 65+30+7=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E07 is #BEE1F8. Grayscale: #252525. Windows color (decimal): -12509689 or 466497. OLE color: 466497.

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

Color convert

RGB 65 30 7 -
CMYK 0 0.54 0.89 0.75
HSL 23.79º 0.81% 0.14% -
HSV(B) 23.79º 0.89% 0.25% -
XYZ 2.68 2.07 0.46 -
YUV 37.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 65 30 7 0 0.54 0.89 0.75 23.79 0.81 0.14
Hex 41 1E 7 0 36 59 4B 18 51 E
Octal 101 36 7 0 66 131 113 30 121 16
Binary 1000001 11110 111 0 110110 1011001 1001011 11000 1010001 1110

Color Harmonies of #411E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E07

Black with #411E07

Text Example


Text Example

White with #411E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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