Html Css Color HEX #411B00 Brown Pod

📋 copy color: '#411B00'

red 65 ◦ green 27 ◦ blue 0

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

Shades of Brown Pod #411B00

Tints of Brown Pod #411B00

RGB

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

 GREEN value IS 27 (10.94% from 255) = 29.35%

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

R = 70.65%
G = 29.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#411B00 (or 0x411B00) is known color: Brown Pod. HEX triplet: 41, 1B and 00. RGB value is (65,27,0). Sum of RGB (Red+Green+Blue) = 65+27+0=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B00 is #BEE4FF. Grayscale: #232323. Windows color (decimal): -12510464 or 6977. OLE color: 6977.

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

Color convert

RGB 65 27 0 -
CMYK 0 0.58 1 0.75
HSL 24.92º 1% 0.13% -
HSV(B) 24.92º 1% 0.25% -
XYZ 2.57 1.91 0.23 -
YUV 35.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 65 27 0 0 0.58 1 0.75 24.92 1 0.13
Hex 41 1B 0 0 3A 64 4B 19 64 D
Octal 101 33 0 0 72 144 113 31 144 15
Binary 1000001 11011 0 0 111010 1100100 1001011 11001 1100100 1101

Color Harmonies of #411B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B00

Black with #411B00

Text Example


Text Example

White with #411B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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