#5E3B1C

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

Shades of Carnaby Tan #5E3B1C

Tints of Carnaby Tan #5E3B1C

Color information

#5E3B1C (or 0x5E3B1C) is unknown color: approx Carnaby Tan. HEX triplet: 5E, 3B and 1C. RGB value is (94,59,28). Sum of RGB (Red+Green+Blue) = 94+59+28=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3B1C is #A1C4E3. Grayscale: #424242. Windows color (decimal): -10601700 or 1850206. OLE color: 1850206.

HSL color Cylindrical-coordinate representation of color #5E3B1C: hue angle of 28.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3B1C is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.63.

Color convert

RGB945928-
CMYK00.370.700.63
HSL28.18º54.1%23.92%-
HSV(B)28.18º70.21%36.86%-
XYZ6.395.591.84-
YUV65.93106.6148.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=51.93%
G=32.60%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94592800.370.700.6328.1854.123.92
Hex5E3B1C025463F1c3618
Octal136733404510677346630
Binary101111011101111100010010110001101111111110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,59,28); }

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

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

 a { background-color: rgb(94,59,28); }

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

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

 span { border-color: rgb(94,59,28); }

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