Html Css Color HEX #412518 Brown Pod

📋 copy color: '#412518'

red 65 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #412518

Tints of Brown Pod #412518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

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

R = 51.59%
G = 29.37%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412518 (or 0x412518) is known color: Brown Pod. HEX triplet: 41, 25 and 18. RGB value is (65,37,24). Sum of RGB (Red+Green+Blue) = 65+37+24=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412518 is #BEDAE7. Grayscale: #2B2B2B. Windows color (decimal): -12507880 or 1582401. OLE color: 1582401.

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

Color convert

RGB 65 37 24 -
CMYK 0 0.43 0.63 0.75
HSL 19.02º 0.46% 0.17% -
HSV(B) 19.02º 0.63% 0.25% -
XYZ 3.01 2.51 1.19 -
YUV 43.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 65 37 24 0 0.43 0.63 0.75 19.02 0.46 0.17
Hex 41 25 18 0 2B 3F 4B 13 2E 11
Octal 101 45 30 0 53 77 113 23 56 21
Binary 1000001 100101 11000 0 101011 111111 1001011 10011 101110 10001

Color Harmonies of #412518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412518

Black with #412518

Text Example


Text Example

White with #412518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412518; }

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

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

background-color css

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

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

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

border-color css

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

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

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