Html Css Color HEX #411D02 Brown Pod

📋 copy color: '#411D02'

red 65 ◦ green 29 ◦ blue 2

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

Shades of Brown Pod #411D02

Tints of Brown Pod #411D02

RGB

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

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

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

R = 67.71%
G = 30.21%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#411D02 (or 0x411D02) is known color: Brown Pod. HEX triplet: 41, 1D and 02. RGB value is (65,29,2). Sum of RGB (Red+Green+Blue) = 65+29+2=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #411D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D02 is #BEE2FD. Grayscale: #242424. Windows color (decimal): -12509950 or 138561. OLE color: 138561.

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

Color convert

RGB 65 29 2 -
CMYK 0 0.55 0.97 0.75
HSL 25.71º 0.94% 0.13% -
HSV(B) 25.71º 0.97% 0.25% -
XYZ 2.63 2.01 0.31 -
YUV 36.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 65 29 2 0 0.55 0.97 0.75 25.71 0.94 0.13
Hex 41 1D 2 0 37 61 4B 1A 5E D
Octal 101 35 2 0 67 141 113 32 136 15
Binary 1000001 11101 10 0 110111 1100001 1001011 11010 1011110 1101

Color Harmonies of #411D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D02

Black with #411D02

Text Example


Text Example

White with #411D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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