Html Css Color HEX #411704 Brown Pod

📋 copy color: '#411704'

red 65 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #411704

Tints of Brown Pod #411704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25%

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

R = 70.65%
G = 25%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#411704 (or 0x411704) is known color: Brown Pod. HEX triplet: 41, 17 and 04. RGB value is (65,23,4). Sum of RGB (Red+Green+Blue) = 65+23+4=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #411704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411704 is #BEE8FB. Grayscale: #212121. Windows color (decimal): -12511484 or 268097. OLE color: 268097.

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

Color convert

RGB 65 23 4 -
CMYK 0 0.65 0.94 0.75
HSL 18.69º 0.88% 0.14% -
HSV(B) 18.69º 0.94% 0.25% -
XYZ 2.51 1.75 0.32 -
YUV 33.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 65 23 4 0 0.65 0.94 0.75 18.69 0.88 0.14
Hex 41 17 4 0 41 5E 4B 13 58 E
Octal 101 27 4 0 101 136 113 23 130 16
Binary 1000001 10111 100 0 1000001 1011110 1001011 10011 1011000 1110

Color Harmonies of #411704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411704

Black with #411704

Text Example


Text Example

White with #411704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411704; }

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

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

background-color css

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

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

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

border-color css

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

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

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