Html Css Color HEX #412418 Brown Pod

📋 copy color: '#412418'

red 65 ◦ green 36 ◦ blue 24

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

Shades of Brown Pod #412418

Tints of Brown Pod #412418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.8%

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

R = 52%
G = 28.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412418 (or 0x412418) is known color: Brown Pod. HEX triplet: 41, 24 and 18. RGB value is (65,36,24). Sum of RGB (Red+Green+Blue) = 65+36+24=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412418 is #BEDBE7. Grayscale: #2B2B2B. Windows color (decimal): -12508136 or 1582145. OLE color: 1582145.

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

Color convert

RGB 65 36 24 -
CMYK 0 0.45 0.63 0.75
HSL 17.56º 0.46% 0.17% -
HSV(B) 17.56º 0.63% 0.25% -
XYZ 2.98 2.45 1.18 -
YUV 43.3 117.11 143.48 -
System Red Green Blue C M Y K H S L
Decimal 65 36 24 0 0.45 0.63 0.75 17.56 0.46 0.17
Hex 41 24 18 0 2D 3F 4B 12 2E 11
Octal 101 44 30 0 55 77 113 22 56 21
Binary 1000001 100100 11000 0 101101 111111 1001011 10010 101110 10001

Color Harmonies of #412418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412418

Black with #412418

Text Example


Text Example

White with #412418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412418; }

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

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

background-color css

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

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

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

border-color css

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

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

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