Html Css Color HEX #412018 Brown Pod

📋 copy color: '#412018'

red 65 ◦ green 32 ◦ blue 24

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

Shades of Brown Pod #412018

Tints of Brown Pod #412018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.45%

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 53.72%
G = 26.45%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412018 (or 0x412018) is known color: Brown Pod. HEX triplet: 41, 20 and 18. RGB value is (65,32,24). Sum of RGB (Red+Green+Blue) = 65+32+24=121 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.72% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 65 - color contains mainly: red. Hex color #412018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412018 is #BEDFE7. Grayscale: #292929. Windows color (decimal): -12509160 or 1581121. OLE color: 1581121.

HSL color Cylindrical-coordinate representation of color #412018: hue angle of 11.71º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412018 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 24 -
CMYK 0 0.51 0.63 0.75
HSL 11.71º 0.46% 0.17% -
HSV(B) 11.71º 0.63% 0.25% -
XYZ 2.86 2.22 1.14 -
YUV 40.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 65 32 24 0 0.51 0.63 0.75 11.71 0.46 0.17
Hex 41 20 18 0 33 3F 4B C 2E 11
Octal 101 40 30 0 63 77 113 14 56 21
Binary 1000001 100000 11000 0 110011 111111 1001011 1100 101110 10001

Color Harmonies of #412018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412018

Black with #412018

Text Example


Text Example

White with #412018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412018; }

 p { color: rgb(65,32,24); }

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

background-color css

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

 a { background-color: rgb(65,32,24); }

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

border-color css

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

 span { border-color: rgb(65,32,24); }

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