Html Css Color HEX #412524 Livid Brown

📋 copy color: '#412524'

red 65 ◦ green 37 ◦ blue 36

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

Shades of Livid Brown #412524

Tints of Livid Brown #412524

RGB

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

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

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

R = 47.1%
G = 26.81%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#412524 (or 0x412524) is known color: Livid Brown. HEX triplet: 41, 25 and 24. RGB value is (65,37,36). Sum of RGB (Red+Green+Blue) = 65+37+36=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412524 is #BEDADB. Grayscale: #2D2D2D. Windows color (decimal): -12507868 or 2368833. OLE color: 2368833.

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

Color convert

RGB 65 37 36 -
CMYK 0 0.43 0.45 0.75
HSL 2.07º 0.29% 0.2% -
HSV(B) 2.07º 0.45% 0.25% -
XYZ 3.16 2.57 2 -
YUV 45.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 65 37 36 0 0.43 0.45 0.75 2.07 0.29 0.2
Hex 41 25 24 0 2B 2D 4B 2 1D 14
Octal 101 45 44 0 53 55 113 2 35 24
Binary 1000001 100101 100100 0 101011 101101 1001011 10 11101 10100

Color Harmonies of #412524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412524

Black with #412524

Text Example


Text Example

White with #412524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412524; }

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

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

background-color css

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

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

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

border-color css

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

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

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