Html Css Color HEX #411D00 Brown Pod

📋 copy color: '#411D00'

red 65 ◦ green 29 ◦ blue 0

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

Shades of Brown Pod #411D00

Tints of Brown Pod #411D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.15%
G = 30.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#411D00 (or 0x411D00) is known color: Brown Pod. HEX triplet: 41, 1D and 00. RGB value is (65,29,0). Sum of RGB (Red+Green+Blue) = 65+29+0=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D00 is #BEE2FF. Grayscale: #242424. Windows color (decimal): -12509952 or 7489. OLE color: 7489.

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

Color convert

RGB 65 29 0 -
CMYK 0 0.55 1 0.75
HSL 26.77º 1% 0.13% -
HSV(B) 26.77º 1% 0.25% -
XYZ 2.62 2 0.25 -
YUV 36.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 65 29 0 0 0.55 1 0.75 26.77 1 0.13
Hex 41 1D 0 0 37 64 4B 1B 64 D
Octal 101 35 0 0 67 144 113 33 144 15
Binary 1000001 11101 0 0 110111 1100100 1001011 11011 1100100 1101

Color Harmonies of #411D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D00

Black with #411D00

Text Example


Text Example

White with #411D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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