Html Css Color HEX #412624 Livid Brown

📋 copy color: '#412624'

red 65 ◦ green 38 ◦ blue 36

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

Shades of Livid Brown #412624

Tints of Livid Brown #412624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.34%

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

R = 46.76%
G = 27.34%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#412624 (or 0x412624) is known color: Livid Brown. HEX triplet: 41, 26 and 24. RGB value is (65,38,36). Sum of RGB (Red+Green+Blue) = 65+38+36=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412624 is #BED9DB. Grayscale: #2D2D2D. Windows color (decimal): -12507612 or 2369089. OLE color: 2369089.

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

Color convert

RGB 65 38 36 -
CMYK 0 0.42 0.45 0.75
HSL 4.14º 0.29% 0.2% -
HSV(B) 4.14º 0.45% 0.25% -
XYZ 3.19 2.64 2.01 -
YUV 45.85 122.45 141.66 -
System Red Green Blue C M Y K H S L
Decimal 65 38 36 0 0.42 0.45 0.75 4.14 0.29 0.2
Hex 41 26 24 0 2A 2D 4B 4 1D 14
Octal 101 46 44 0 52 55 113 4 35 24
Binary 1000001 100110 100100 0 101010 101101 1001011 100 11101 10100

Color Harmonies of #412624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412624

Black with #412624

Text Example


Text Example

White with #412624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412624; }

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

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

background-color css

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

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

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

border-color css

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

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

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