Html Css Color HEX #411404 Brown Pod

📋 copy color: '#411404'

red 65 ◦ green 20 ◦ blue 4

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

Shades of Brown Pod #411404

Tints of Brown Pod #411404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 73.03%
G = 22.47%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411404 (or 0x411404) is known color: Brown Pod. HEX triplet: 41, 14 and 04. RGB value is (65,20,4). Sum of RGB (Red+Green+Blue) = 65+20+4=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411404 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411404 is #BEEBFB. Grayscale: #1F1F1F. Windows color (decimal): -12512252 or 267329. OLE color: 267329.

HSL color Cylindrical-coordinate representation of color #411404: hue angle of 15.74º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #411404 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 4 -
CMYK 0 0.69 0.94 0.75
HSL 15.74º 0.88% 0.14% -
HSV(B) 15.74º 0.94% 0.25% -
XYZ 2.45 1.63 0.3 -
YUV 31.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 65 20 4 0 0.69 0.94 0.75 15.74 0.88 0.14
Hex 41 14 4 0 45 5E 4B 10 58 E
Octal 101 24 4 0 105 136 113 20 130 16
Binary 1000001 10100 100 0 1000101 1011110 1001011 10000 1011000 1110

Color Harmonies of #411404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411404

Black with #411404

Text Example


Text Example

White with #411404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411404; }

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

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

background-color css

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

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

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

border-color css

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

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

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