Html Css Color HEX #411504 Brown Pod

📋 copy color: '#411504'

red 65 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #411504

Tints of Brown Pod #411504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.33%

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

R = 72.22%
G = 23.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411504 (or 0x411504) is known color: Brown Pod. HEX triplet: 41, 15 and 04. RGB value is (65,21,4). Sum of RGB (Red+Green+Blue) = 65+21+4=90 (11% of max value = 765). Red value is 65 (25.78% from 255 or 72.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 65 - color contains mainly: red. Hex color #411504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411504 is #BEEAFB. Grayscale: #202020. Windows color (decimal): -12511996 or 267585. OLE color: 267585.

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

Color convert

RGB 65 21 4 -
CMYK 0 0.68 0.94 0.75
HSL 16.72º 0.88% 0.14% -
HSV(B) 16.72º 0.94% 0.25% -
XYZ 2.47 1.67 0.31 -
YUV 32.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 65 21 4 0 0.68 0.94 0.75 16.72 0.88 0.14
Hex 41 15 4 0 44 5E 4B 11 58 E
Octal 101 25 4 0 104 136 113 21 130 16
Binary 1000001 10101 100 0 1000100 1011110 1001011 10001 1011000 1110

Color Harmonies of #411504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411504

Black with #411504

Text Example


Text Example

White with #411504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411504; }

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

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

background-color css

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

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

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

border-color css

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

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

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