Html Css Color HEX #411E03 Brown Pod

📋 copy color: '#411E03'

red 65 ◦ green 30 ◦ blue 3

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

Shades of Brown Pod #411E03

Tints of Brown Pod #411E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.06%

R = 66.33%
G = 30.61%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#411E03 (or 0x411E03) is known color: Brown Pod. HEX triplet: 41, 1E and 03. RGB value is (65,30,3). Sum of RGB (Red+Green+Blue) = 65+30+3=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 3 (1.56% from 255 or 3.06% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E03 is #BEE1FC. Grayscale: #252525. Windows color (decimal): -12509693 or 204353. OLE color: 204353.

HSL color Cylindrical-coordinate representation of color #411E03: hue angle of 26.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #411E03 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 3 -
CMYK 0 0.54 0.95 0.75
HSL 26.13º 0.91% 0.13% -
HSV(B) 26.13º 0.95% 0.25% -
XYZ 2.66 2.06 0.34 -
YUV 37.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 65 30 3 0 0.54 0.95 0.75 26.13 0.91 0.13
Hex 41 1E 3 0 36 5F 4B 1A 5B D
Octal 101 36 3 0 66 137 113 32 133 15
Binary 1000001 11110 11 0 110110 1011111 1001011 11010 1011011 1101

Color Harmonies of #411E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E03

Black with #411E03

Text Example


Text Example

White with #411E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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