Html Css Color HEX #411912 Brown Pod

📋 copy color: '#411912'

red 65 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #411912

Tints of Brown Pod #411912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 23.15%

 BLUE value IS 18 (7.42% from 255) = 16.67%

R = 60.19%
G = 23.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#411912 (or 0x411912) is known color: Brown Pod. HEX triplet: 41, 19 and 12. RGB value is (65,25,18). Sum of RGB (Red+Green+Blue) = 65+25+18=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411912 is #BEE6ED. Grayscale: #242424. Windows color (decimal): -12510958 or 1186113. OLE color: 1186113.

HSL color Cylindrical-coordinate representation of color #411912: hue angle of 8.94º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411912 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 18 -
CMYK 0 0.62 0.72 0.75
HSL 8.94º 0.57% 0.16% -
HSV(B) 8.94º 0.72% 0.25% -
XYZ 2.64 1.86 0.79 -
YUV 36.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 65 25 18 0 0.62 0.72 0.75 8.94 0.57 0.16
Hex 41 19 12 0 3E 48 4B 9 39 10
Octal 101 31 22 0 76 110 113 11 71 20
Binary 1000001 11001 10010 0 111110 1001000 1001011 1001 111001 10000

Color Harmonies of #411912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411912

Black with #411912

Text Example


Text Example

White with #411912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411912; }

 p { color: rgb(65,25,18); }

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

background-color css

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

 a { background-color: rgb(65,25,18); }

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

border-color css

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

 span { border-color: rgb(65,25,18); }

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