#5B361F

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

Shades of Carnaby Tan #5B361F

Tints of Carnaby Tan #5B361F

Color information

#5B361F (or 0x5B361F) is unknown color: approx Carnaby Tan. HEX triplet: 5B, 36 and 1F. RGB value is (91,54,31). Sum of RGB (Red+Green+Blue) = 91+54+31=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B361F is #A4C9E0. Grayscale: #3E3E3E. Windows color (decimal): -10799585 or 2045531. OLE color: 2045531.

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

Color convert

RGB915431-
CMYK00.410.660.64
HSL23º49.18%23.92%-
HSV(B)23º65.93%35.69%-
XYZ5.884.961.94-
YUV62.44110.26148.37-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 51.70%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 31 (12.5% from 255) = 17.61%
R=51.70%
G=30.68%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91543100.410.660.642349.1823.92
Hex5B361F0294240173118
Octal1336637051102100276130
Binary1011011110110111110101001100001010000001011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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