#532F1A

Color #532F1A Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #532F1A

Tints of Brown Bramble #532F1A

Color information

#532F1A (or 0x532F1A) is unknown color: approx Brown Bramble. HEX triplet: 53, 2F and 1A. RGB value is (83,47,26). Sum of RGB (Red+Green+Blue) = 83+47+26=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F1A is #ACD0E5. Grayscale: #373737. Windows color (decimal): -11325670 or 1716051. OLE color: 1716051.

HSL color Cylindrical-coordinate representation of color #532F1A: hue angle of 22.11º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #532F1A is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB834726-
CMYK00.430.690.67
HSL22.11º52.29%21.37%-
HSV(B)22.11º68.67%32.55%-
XYZ4.773.951.49-
YUV55.37111.43147.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.21%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=53.21%
G=30.13%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83472600.430.690.6722.1152.2921.37
Hex532F1A02B4543163415
Octal1235732053105103266425
Binary1010011101111110100101011100010110000111011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532F1A; }

 p { color: rgb(83,47,26); }

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

<style>
 a { background-color: #532F1A; }

 a { background-color: rgb(83,47,26); }

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

<style>
 span { border-color: #532F1A; }

 span { border-color: rgb(83,47,26); }

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