#5B381F

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

Shades of Carnaby Tan #5B381F

Tints of Carnaby Tan #5B381F

Color information

#5B381F (or 0x5B381F) is unknown color: approx Carnaby Tan. HEX triplet: 5B, 38 and 1F. RGB value is (91,56,31). Sum of RGB (Red+Green+Blue) = 91+56+31=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 31 (12.5% from 255 or 17.42% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B381F is #A4C7E0. Grayscale: #3F3F3F. Windows color (decimal): -10799073 or 2046043. OLE color: 2046043.

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

Color convert

RGB915631-
CMYK00.380.660.64
HSL25º49.18%23.92%-
HSV(B)25º65.93%35.69%-
XYZ5.985.151.98-
YUV63.62109.6147.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.12%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 31 (12.5% from 255) = 17.42%
R=51.12%
G=31.46%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91563100.380.660.642549.1823.92
Hex5B381F0264240193118
Octal1337037046102100316130
Binary1011011111000111110100110100001010000001100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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