#5A361F

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

Shades of Carnaby Tan #5A361F

Tints of Carnaby Tan #5A361F

Color information

#5A361F (or 0x5A361F) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 36 and 1F. RGB value is (90,54,31). Sum of RGB (Red+Green+Blue) = 90+54+31=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A361F is #A5C9E0. Grayscale: #3E3E3E. Windows color (decimal): -10865121 or 2045530. OLE color: 2045530.

HSL color Cylindrical-coordinate representation of color #5A361F: hue angle of 23.39º 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 #5A361F is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB905431-
CMYK00.400.660.65
HSL23.39º48.76%23.73%-
HSV(B)23.39º65.56%35.29%-
XYZ5.784.911.94-
YUV62.14110.43147.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=51.43%
G=30.86%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90543100.400.660.6523.3948.7623.73
Hex5A361F0284241173118
Octal1326637050102101276130
Binary1011010110110111110101000100001010000011011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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