#5C412B

Color #5C412B Bracken (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bracken #5C412B

Tints of Bracken #5C412B

Color information

#5C412B (or 0x5C412B) is unknown color: approx Bracken. HEX triplet: 5C, 41 and 2B. RGB value is (92,65,43). Sum of RGB (Red+Green+Blue) = 92+65+43=200 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 43 (17.19% from 255 or 21.5% from 200); Max value from RGB is 92 - color contains mainly: red. Hex color #5C412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C412B is #A3BED4. Grayscale: #464646. Windows color (decimal): -10731221 or 2834780. OLE color: 2834780.

HSL color Cylindrical-coordinate representation of color #5C412B: hue angle of 26.94º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C412B is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB926543-
CMYK00.290.530.64
HSL26.94º36.3%26.47%-
HSV(B)26.94º53.26%36.08%-
XYZ6.746.233.13-
YUV70.56112.45143.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 43 (17.19% from 255) = 21.5%
R=46%
G=32.5%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92654300.290.530.6426.9436.326.47
Hex5C412B01D35401b241a
Octal1341015303565100334432
Binary1011100100000110101101110111010110000001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C412B; }

 p { color: rgb(92,65,43); }

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

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

 a { background-color: rgb(92,65,43); }

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

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

 span { border-color: rgb(92,65,43); }

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