Html Css Color HEX #411401 Brown Pod

📋 copy color: '#411401'

red 65 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #411401

Tints of Brown Pod #411401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.26%

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

R = 75.58%
G = 23.26%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#411401 (or 0x411401) is known color: Brown Pod. HEX triplet: 41, 14 and 01. RGB value is (65,20,1). Sum of RGB (Red+Green+Blue) = 65+20+1=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #411401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411401 is #BEEBFE. Grayscale: #1F1F1F. Windows color (decimal): -12512255 or 70721. OLE color: 70721.

HSL color Cylindrical-coordinate representation of color #411401: hue angle of 17.81º 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 #411401 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 1 -
CMYK 0 0.69 0.98 0.75
HSL 17.81º 0.97% 0.13% -
HSV(B) 17.81º 0.98% 0.25% -
XYZ 2.44 1.63 0.21 -
YUV 31.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 65 20 1 0 0.69 0.98 0.75 17.81 0.97 0.13
Hex 41 14 1 0 45 62 4B 12 61 D
Octal 101 24 1 0 105 142 113 22 141 15
Binary 1000001 10100 1 0 1000101 1100010 1001011 10010 1100001 1101

Color Harmonies of #411401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411401

Black with #411401

Text Example


Text Example

White with #411401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411401; }

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

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

background-color css

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

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

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

border-color css

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

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

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