#5A371E

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

Shades of Carnaby Tan #5A371E

Tints of Carnaby Tan #5A371E

Color information

#5A371E (or 0x5A371E) is unknown color: approx Carnaby Tan. HEX triplet: 5A, 37 and 1E. RGB value is (90,55,30). Sum of RGB (Red+Green+Blue) = 90+55+30=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371E is #A5C8E1. Grayscale: #3E3E3E. Windows color (decimal): -10864866 or 1980250. OLE color: 1980250.

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

Color convert

RGB905530-
CMYK00.390.670.65
HSL25º50%23.53%-
HSV(B)25º66.67%35.29%-
XYZ5.8251.89-
YUV62.61109.6147.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 51.43%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 30 (12.11% from 255) = 17.14%
R=51.43%
G=31.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90553000.390.670.65255023.53
Hex5A371E0274341193218
Octal1326736047103101316230
Binary1011010110111111100100111100001110000011100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A371E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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