#5E3A1D

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

Shades of Carnaby Tan #5E3A1D

Tints of Carnaby Tan #5E3A1D

Color information

#5E3A1D (or 0x5E3A1D) is unknown color: approx Carnaby Tan. HEX triplet: 5E, 3A and 1D. RGB value is (94,58,29). Sum of RGB (Red+Green+Blue) = 94+58+29=181 (23% of max value = 765). Red value is 94 (37.11% from 255 or 51.93% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3A1D is #A1C5E2. Grayscale: #414141. Windows color (decimal): -10601955 or 1915486. OLE color: 1915486.

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

Color convert

RGB945829-
CMYK00.380.690.63
HSL26.77º52.85%24.12%-
HSV(B)26.77º69.15%36.86%-
XYZ6.355.491.89-
YUV65.46107.43148.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 51.93%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 29 (11.72% from 255) = 16.02%
R=51.93%
G=32.04%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94582900.380.690.6326.7752.8524.12
Hex5E3A1D026453F1b3518
Octal136723504610577336530
Binary101111011101011101010011010001011111111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,29); }

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

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

 a { background-color: rgb(94,58,29); }

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

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

 span { border-color: rgb(94,58,29); }

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