#5B433D

Color #5B433D Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #5B433D

Tints of Very Dark Brown #5B433D

Color information

#5B433D (or 0x5B433D) is unknown color: approx Very Dark Brown. HEX triplet: 5B, 43 and 3D. RGB value is (91,67,61). Sum of RGB (Red+Green+Blue) = 91+67+61=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B433D is #A4BCC2. Grayscale: #494949. Windows color (decimal): -10796227 or 4014939. OLE color: 4014939.

HSL color Cylindrical-coordinate representation of color #5B433D: hue angle of 12º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B433D is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB916761-
CMYK00.260.330.64
HSL12º19.74%29.8%-
HSV(B)12º32.97%35.69%-
XYZ7.166.585.31-
YUV73.49120.95140.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.55%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=41.55%
G=30.59%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91676100.260.330.641219.7429.8
Hex5B433D01A2140c141e
Octal1331037503241100142436
Binary10110111000011111101011010100001100000011001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,67,61); }

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

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

 a { background-color: rgb(91,67,61); }

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

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

 span { border-color: rgb(91,67,61); }

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