#52341F

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

Shades of Brown Bramble #52341F

Tints of Brown Bramble #52341F

Color information

#52341F (or 0x52341F) is unknown color: approx Brown Bramble. HEX triplet: 52, 34 and 1F. RGB value is (82,52,31). Sum of RGB (Red+Green+Blue) = 82+52+31=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #52341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52341F is #ADCBE0. Grayscale: #3A3A3A. Windows color (decimal): -11389921 or 2045010. OLE color: 2045010.

HSL color Cylindrical-coordinate representation of color #52341F: hue angle of 24.71º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52341F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB825231-
CMYK00.370.620.68
HSL24.71º45.13%22.16%-
HSV(B)24.71º62.2%32.16%-
XYZ4.954.351.87-
YUV58.58112.44144.71-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 31 (12.5% from 255) = 18.79%
R=49.70%
G=31.52%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82523100.370.620.6824.7145.1322.16
Hex52341F0253E44192d16
Octal122643704576104315526
Binary101001011010011111010010111111010001001100110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52341F; }

 p { color: rgb(82,52,31); }

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

<style>
 a { background-color: #52341F; }

 a { background-color: rgb(82,52,31); }

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

<style>
 span { border-color: #52341F; }

 span { border-color: rgb(82,52,31); }

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