Html Css Color HEX #411B01 Brown Pod

📋 copy color: '#411B01'

red 65 ◦ green 27 ◦ blue 1

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

Shades of Brown Pod #411B01

Tints of Brown Pod #411B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.08%

R = 69.89%
G = 29.03%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#411B01 (or 0x411B01) is known color: Brown Pod. HEX triplet: 41, 1B and 01. RGB value is (65,27,1). Sum of RGB (Red+Green+Blue) = 65+27+1=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B01 is #BEE4FE. Grayscale: #232323. Windows color (decimal): -12510463 or 72513. OLE color: 72513.

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

Color convert

RGB 65 27 1 -
CMYK 0 0.58 0.98 0.75
HSL 24.38º 0.97% 0.13% -
HSV(B) 24.38º 0.98% 0.25% -
XYZ 2.58 1.91 0.26 -
YUV 35.4 108.59 149.11 -
System Red Green Blue C M Y K H S L
Decimal 65 27 1 0 0.58 0.98 0.75 24.38 0.97 0.13
Hex 41 1B 1 0 3A 62 4B 18 61 D
Octal 101 33 1 0 72 142 113 30 141 15
Binary 1000001 11011 1 0 111010 1100010 1001011 11000 1100001 1101

Color Harmonies of #411B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B01

Black with #411B01

Text Example


Text Example

White with #411B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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