#5D3F29

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

Shades of Bracken #5D3F29

Tints of Bracken #5D3F29

Color information

#5D3F29 (or 0x5D3F29) is unknown color: approx Bracken. HEX triplet: 5D, 3F and 29. RGB value is (93,63,41). Sum of RGB (Red+Green+Blue) = 93+63+41=197 (26% of max value = 765). Red value is 93 (36.72% from 255 or 47.21% from 197); Green value is 63 (25% from 255 or 31.98% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3F29 is #A2C0D6. Grayscale: #454545. Windows color (decimal): -10666199 or 2703197. OLE color: 2703197.

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

Color convert

RGB936341-
CMYK00.320.560.64
HSL25.38º38.81%26.27%-
HSV(B)25.38º55.91%36.47%-
XYZ6.696.042.91-
YUV69.46111.94144.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 47.21%
GREEN value IS 63 (25% from 255) = 31.98%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=47.21%
G=31.98%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93634100.320.560.6425.3838.8126.27
Hex5D3F29020384019271a
Octal135775104070100314732
Binary1011101111111101001010000011100010000001100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,63,41); }

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

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

 a { background-color: rgb(93,63,41); }

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

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

 span { border-color: rgb(93,63,41); }

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