#5F3B1E

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

Shades of Carnaby Tan #5F3B1E

Tints of Carnaby Tan #5F3B1E

Color information

#5F3B1E (or 0x5F3B1E) is unknown color: approx Carnaby Tan. HEX triplet: 5F, 3B and 1E. RGB value is (95,59,30). Sum of RGB (Red+Green+Blue) = 95+59+30=184 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.63% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3B1E is #A0C4E1. Grayscale: #424242. Windows color (decimal): -10536162 or 1981279. OLE color: 1981279.

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

Color convert

RGB955930-
CMYK00.380.680.63
HSL26.77º52%24.51%-
HSV(B)26.77º68.42%37.25%-
XYZ6.525.651.98-
YUV66.46107.43148.36-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.63%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=51.63%
G=32.07%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95593000.380.680.6326.775224.51
Hex5F3B1E026443F1b3419
Octal137733604610477336431
Binary101111111101111110010011010001001111111101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,59,30); }

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

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

 a { background-color: rgb(95,59,30); }

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

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

 span { border-color: rgb(95,59,30); }

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