#5B420F

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

Shades of Dark Brown #5B420F

Tints of Dark Brown #5B420F

Color information

#5B420F (or 0x5B420F) is unknown color: approx Dark Brown. HEX triplet: 5B, 42 and 0F. RGB value is (91,66,15). Sum of RGB (Red+Green+Blue) = 91+66+15=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B420F is #A4BDF0. Grayscale: #434343. Windows color (decimal): -10796529 or 1000027. OLE color: 1000027.

HSL color Cylindrical-coordinate representation of color #5B420F: hue angle of 40.26º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B420F is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB916615-
CMYK00.270.840.64
HSL40.26º71.7%20.78%-
HSV(B)40.26º83.52%35.69%-
XYZ6.356.161.31-
YUV67.6698.28144.65-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=52.91%
G=38.37%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91661500.270.840.6440.2671.720.78
Hex5B42F01B5440284815
Octal133102170331241005011025
Binary10110111000010111101101110101001000000101000100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,66,15); }

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

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

 a { background-color: rgb(91,66,15); }

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

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

 span { border-color: rgb(91,66,15); }

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