Html Css Color HEX #411E02 Brown Pod

📋 copy color: '#411E02'

red 65 ◦ green 30 ◦ blue 2

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

Shades of Brown Pod #411E02

Tints of Brown Pod #411E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.06%

R = 67.01%
G = 30.93%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#411E02 (or 0x411E02) is known color: Brown Pod. HEX triplet: 41, 1E and 02. RGB value is (65,30,2). Sum of RGB (Red+Green+Blue) = 65+30+2=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E02 is #BEE1FD. Grayscale: #252525. Windows color (decimal): -12509694 or 138817. OLE color: 138817.

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

Color convert

RGB 65 30 2 -
CMYK 0 0.54 0.97 0.75
HSL 26.67º 0.94% 0.13% -
HSV(B) 26.67º 0.97% 0.25% -
XYZ 2.66 2.06 0.31 -
YUV 37.27 108.1 147.78 -
System Red Green Blue C M Y K H S L
Decimal 65 30 2 0 0.54 0.97 0.75 26.67 0.94 0.13
Hex 41 1E 2 0 36 61 4B 1B 5E D
Octal 101 36 2 0 66 141 113 33 136 15
Binary 1000001 11110 10 0 110110 1100001 1001011 11011 1011110 1101

Color Harmonies of #411E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E02

Black with #411E02

Text Example


Text Example

White with #411E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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