#533D2D

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

Shades of Bracken #533D2D

Tints of Bracken #533D2D

Color information

#533D2D (or 0x533D2D) is unknown color: approx Bracken. HEX triplet: 53, 3D and 2D. RGB value is (83,61,45). Sum of RGB (Red+Green+Blue) = 83+61+45=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533D2D is #ACC2D2. Grayscale: #414141. Windows color (decimal): -11322067 or 2964819. OLE color: 2964819.

HSL color Cylindrical-coordinate representation of color #533D2D: hue angle of 25.26º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #533D2D is Cyan = 0, Magento = 0.27, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB836145-
CMYK00.270.460.67
HSL25.26º29.69%25.1%-
HSV(B)25.26º45.78%32.55%-
XYZ5.715.373.22-
YUV65.75116.29140.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.92%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=43.92%
G=32.28%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83614500.270.460.6725.2629.6925.1
Hex533D2D01B2E43191e19
Octal123755503356103313631
Binary10100111111011011010110111011101000011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533D2D; }

 p { color: rgb(83,61,45); }

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

<style>
 a { background-color: #533D2D; }

 a { background-color: rgb(83,61,45); }

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

<style>
 span { border-color: #533D2D; }

 span { border-color: rgb(83,61,45); }

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