#5B433F

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

Shades of Woody Brown #5B433F

Tints of Woody Brown #5B433F

Color information

#5B433F (or 0x5B433F) is unknown color: approx Woody Brown. HEX triplet: 5B, 43 and 3F. RGB value is (91,67,63). Sum of RGB (Red+Green+Blue) = 91+67+63=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B433F is #A4BCC0. Grayscale: #494949. Windows color (decimal): -10796225 or 4146011. OLE color: 4146011.

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

Color convert

RGB916763-
CMYK00.260.310.64
HSL8.57º18.18%30.2%-
HSV(B)8.57º30.77%35.69%-
XYZ7.226.65.6-
YUV73.72121.95140.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.18%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 63 (25% from 255) = 28.51%
R=41.18%
G=30.32%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91676300.260.310.648.5718.1830.2
Hex5B433F01A1F409121e
Octal1331037703237100112236
Binary1011011100001111111101101011111100000010011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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