#52381D

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

Shades of Brown Bramble #52381D

Tints of Brown Bramble #52381D

Color information

#52381D (or 0x52381D) is unknown color: approx Brown Bramble. HEX triplet: 52, 38 and 1D. RGB value is (82,56,29). Sum of RGB (Red+Green+Blue) = 82+56+29=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381D is #ADC7E2. Grayscale: #3C3C3C. Windows color (decimal): -11388899 or 1914962. OLE color: 1914962.

HSL color Cylindrical-coordinate representation of color #52381D: hue angle of 30.57º 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 #52381D is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB825629-
CMYK00.320.650.68
HSL30.57º47.75%21.76%-
HSV(B)30.57º64.63%32.16%-
XYZ5.124.711.8-
YUV60.7110.11143.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.10%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=49.10%
G=33.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82562900.320.650.6830.5747.7521.76
Hex52381D02041441f3016
Octal1227035040101104376026
Binary1010010111000111010100000100000110001001111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52381D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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