#412423

Color #412423 Livid Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Livid Brown #412423

Tints of Livid Brown #412423

Color information

#412423 (or 0x412423) is unknown color: approx Livid Brown. HEX triplet: 41, 24 and 23. RGB value is (65,36,35). Sum of RGB (Red+Green+Blue) = 65+36+35=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412423 is #BEDBDC. Grayscale: #2C2C2C. Windows color (decimal): -12508125 or 2303041. OLE color: 2303041.

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

Color convert

RGB653635-
CMYK00.450.460.75
HSL30%19.61%-
HSV(B)46.15%25.49%-
XYZ3.112.511.91-
YUV44.56122.61142.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=47.79%
G=26.47%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65363500.450.460.7523019.61
Hex41242302D2E4B21e14
Octal10144430555611323624
Binary100000110010010001101011011011101001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412423; }

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

 H1.HeaderClassName
 {
   color: #412423;
 }
 .AnyTagClassName
 {
   color: #412423;
 }
</style>
background-color css

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

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

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

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

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

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