#52391D

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

Shades of Brown Bramble #52391D

Tints of Brown Bramble #52391D

Color information

#52391D (or 0x52391D) is unknown color: approx Brown Bramble. HEX triplet: 52, 39 and 1D. RGB value is (82,57,29). Sum of RGB (Red+Green+Blue) = 82+57+29=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52391D is #ADC6E2. Grayscale: #3D3D3D. Windows color (decimal): -11388643 or 1915218. OLE color: 1915218.

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

Color convert

RGB825729-
CMYK00.300.650.68
HSL31.7º47.75%21.76%-
HSV(B)31.7º64.63%32.16%-
XYZ5.164.811.82-
YUV61.28109.78142.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.81%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 29 (11.72% from 255) = 17.26%
R=48.81%
G=33.93%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82572900.300.650.6831.747.7521.76
Hex52391D01E4144203016
Octal1227135036101104406026
Binary1010010111001111010111101000001100010010000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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