#5A371F

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

Shades of Carnaby Tan #5A371F

Tints of Carnaby Tan #5A371F

Color information

#5A371F (or 0x5A371F) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 37 and 1F. RGB value is (90,55,31). Sum of RGB (Red+Green+Blue) = 90+55+31=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371F is #A5C8E0. Grayscale: #3E3E3E. Windows color (decimal): -10864865 or 2045786. OLE color: 2045786.

HSL color Cylindrical-coordinate representation of color #5A371F: hue angle of 24.41º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A371F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB905531-
CMYK00.390.660.65
HSL24.41º48.76%23.73%-
HSV(B)24.41º65.56%35.29%-
XYZ5.8351.96-
YUV62.73110.1147.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.14%
GREEN value IS 55 (21.88% from 255) = 31.25%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=51.14%
G=31.25%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90553100.390.660.6524.4148.7623.73
Hex5A371F0274241183118
Octal1326737047102101306130
Binary1011010110111111110100111100001010000011100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,31); }

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

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

 a { background-color: rgb(90,55,31); }

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

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

 span { border-color: rgb(90,55,31); }

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