#5B381E

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

Shades of Carnaby Tan #5B381E

Tints of Carnaby Tan #5B381E

Color information

#5B381E (or 0x5B381E) is unknown color: approx Carnaby Tan. HEX triplet: 5B, 38 and 1E. RGB value is (91,56,30). Sum of RGB (Red+Green+Blue) = 91+56+30=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B381E is #A4C7E1. Grayscale: #3F3F3F. Windows color (decimal): -10799074 or 1980507. OLE color: 1980507.

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

Color convert

RGB915630-
CMYK00.380.670.64
HSL25.57º50.41%23.73%-
HSV(B)25.57º67.03%35.69%-
XYZ5.965.151.91-
YUV63.5109.1147.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.41%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 30 (12.11% from 255) = 16.95%
R=51.41%
G=31.64%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91563000.380.670.6425.5750.4123.73
Hex5B381E02643401a3218
Octal1337036046103100326230
Binary1011011111000111100100110100001110000001101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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