Html Css Color HEX #412824 Brown Pod

📋 copy color: '#412824'

red 65 ◦ green 40 ◦ blue 36

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

Shades of Brown Pod #412824

Tints of Brown Pod #412824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

 BLUE value IS 36 (14.45% from 255) = 25.53%

R = 46.1%
G = 28.37%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#412824 (or 0x412824) is known color: Brown Pod. HEX triplet: 41, 28 and 24. RGB value is (65,40,36). Sum of RGB (Red+Green+Blue) = 65+40+36=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #412824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412824 is #BED7DB. Grayscale: #2F2F2F. Windows color (decimal): -12507100 or 2369601. OLE color: 2369601.

HSL color Cylindrical-coordinate representation of color #412824: hue angle of 8.28º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #412824 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 40 36 -
CMYK 0 0.38 0.45 0.75
HSL 8.28º 0.29% 0.2% -
HSV(B) 8.28º 0.45% 0.25% -
XYZ 3.26 2.77 2.03 -
YUV 47.02 121.78 140.83 -
System Red Green Blue C M Y K H S L
Decimal 65 40 36 0 0.38 0.45 0.75 8.28 0.29 0.2
Hex 41 28 24 0 26 2D 4B 8 1D 14
Octal 101 50 44 0 46 55 113 10 35 24
Binary 1000001 101000 100100 0 100110 101101 1001011 1000 11101 10100

Color Harmonies of #412824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412824

Black with #412824

Text Example


Text Example

White with #412824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412824; }

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

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

background-color css

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

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

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

border-color css

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

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

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