#5B371F

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

Shades of Carnaby Tan #5B371F

Tints of Carnaby Tan #5B371F

Color information

#5B371F (or 0x5B371F) is unknown color: approx Carnaby Tan. HEX triplet: 5B, 37 and 1F. RGB value is (91,55,31). Sum of RGB (Red+Green+Blue) = 91+55+31=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B371F is #A4C8E0. Grayscale: #3F3F3F. Windows color (decimal): -10799329 or 2045787. OLE color: 2045787.

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

Color convert

RGB915531-
CMYK00.400.660.64
HSL24º49.18%23.92%-
HSV(B)24º65.93%35.69%-
XYZ5.935.061.96-
YUV63.03109.93147.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.41%
GREEN value IS 55 (21.88% from 255) = 31.07%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=51.41%
G=31.07%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91553100.400.660.642449.1823.92
Hex5B371F0284240183118
Octal1336737050102100306130
Binary1011011110111111110101000100001010000001100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B371F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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