Html Css Color HEX #411C04 Brown Pod

📋 copy color: '#411C04'

red 65 ◦ green 28 ◦ blue 4

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

Shades of Brown Pod #411C04

Tints of Brown Pod #411C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.87%

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

R = 67.01%
G = 28.87%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411C04 (or 0x411C04) is known color: Brown Pod. HEX triplet: 41, 1C and 04. RGB value is (65,28,4). Sum of RGB (Red+Green+Blue) = 65+28+4=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C04 is #BEE3FB. Grayscale: #242424. Windows color (decimal): -12510204 or 269377. OLE color: 269377.

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

Color convert

RGB 65 28 4 -
CMYK 0 0.57 0.94 0.75
HSL 23.61º 0.88% 0.14% -
HSV(B) 23.61º 0.94% 0.25% -
XYZ 2.62 1.96 0.36 -
YUV 36.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 65 28 4 0 0.57 0.94 0.75 23.61 0.88 0.14
Hex 41 1C 4 0 39 5E 4B 18 58 E
Octal 101 34 4 0 71 136 113 30 130 16
Binary 1000001 11100 100 0 111001 1011110 1001011 11000 1011000 1110

Color Harmonies of #411C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C04

Black with #411C04

Text Example


Text Example

White with #411C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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