Html Css Color HEX #412118 Brown Pod

📋 copy color: '#412118'

red 65 ◦ green 33 ◦ blue 24

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

Shades of Brown Pod #412118

Tints of Brown Pod #412118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

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

R = 53.28%
G = 27.05%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412118 (or 0x412118) is known color: Brown Pod. HEX triplet: 41, 21 and 18. RGB value is (65,33,24). Sum of RGB (Red+Green+Blue) = 65+33+24=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412118 is #BEDEE7. Grayscale: #292929. Windows color (decimal): -12508904 or 1581377. OLE color: 1581377.

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

Color convert

RGB 65 33 24 -
CMYK 0 0.49 0.63 0.75
HSL 13.17º 0.46% 0.17% -
HSV(B) 13.17º 0.63% 0.25% -
XYZ 2.89 2.28 1.15 -
YUV 41.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 65 33 24 0 0.49 0.63 0.75 13.17 0.46 0.17
Hex 41 21 18 0 31 3F 4B D 2E 11
Octal 101 41 30 0 61 77 113 15 56 21
Binary 1000001 100001 11000 0 110001 111111 1001011 1101 101110 10001

Color Harmonies of #412118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412118

Black with #412118

Text Example


Text Example

White with #412118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412118; }

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

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

background-color css

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

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

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

border-color css

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

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

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