#5F3920

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

Shades of Carnaby Tan #5F3920

Tints of Carnaby Tan #5F3920

Color information

#5F3920 (or 0x5F3920) is unknown color: approx Carnaby Tan. HEX triplet: 5F, 39 and 20. RGB value is (95,57,32). Sum of RGB (Red+Green+Blue) = 95+57+32=184 (24% of max value = 765). Red value is 95 (37.5% from 255 or 51.63% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3920 is #A0C6DF. Grayscale: #414141. Windows color (decimal): -10536672 or 2111839. OLE color: 2111839.

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

Color convert

RGB955732-
CMYK00.400.660.63
HSL23.81º49.61%24.9%-
HSV(B)23.81º66.32%37.25%-
XYZ6.445.462.08-
YUV65.51109.09149.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 51.63%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=51.63%
G=30.98%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95573200.400.660.6323.8149.6124.9
Hex5F3920028423F183219
Octal137714005010277306231
Binary1011111111001100000010100010000101111111100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,57,32); }

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

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

 a { background-color: rgb(95,57,32); }

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

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

 span { border-color: rgb(95,57,32); }

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