#52391C

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

Shades of Brown Bramble #52391C

Tints of Brown Bramble #52391C

Color information

#52391C (or 0x52391C) is unknown color: approx Brown Bramble. HEX triplet: 52, 39 and 1C. RGB value is (82,57,28). Sum of RGB (Red+Green+Blue) = 82+57+28=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391C is #ADC6E3. Grayscale: #3D3D3D. Windows color (decimal): -11388644 or 1849682. OLE color: 1849682.

HSL color Cylindrical-coordinate representation of color #52391C: hue angle of 32.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52391C is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB825728-
CMYK00.300.660.68
HSL32.22º49.09%21.57%-
HSV(B)32.22º65.85%32.16%-
XYZ5.154.81.75-
YUV61.17109.28142.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=49.10%
G=34.13%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82572800.300.660.6832.2249.0921.57
Hex52391C01E4244203116
Octal1227134036102104406126
Binary1010010111001111000111101000010100010010000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52391C; }

 p { color: rgb(82,57,28); }

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

<style>
 a { background-color: #52391C; }

 a { background-color: rgb(82,57,28); }

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

<style>
 span { border-color: #52391C; }

 span { border-color: rgb(82,57,28); }

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