#523A1F

Color #523A1F Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #523A1F

Tints of Clinker #523A1F

Color information

#523A1F (or 0x523A1F) is unknown color: approx Clinker. HEX triplet: 52, 3A and 1F. RGB value is (82,58,31). Sum of RGB (Red+Green+Blue) = 82+58+31=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A1F is #ADC5E0. Grayscale: #3E3E3E. Windows color (decimal): -11388385 or 2046546. OLE color: 2046546.

HSL color Cylindrical-coordinate representation of color #523A1F: hue angle of 31.76º 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 #523A1F is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB825831-
CMYK00.290.620.68
HSL31.76º45.13%22.16%-
HSV(B)31.76º62.2%32.16%-
XYZ5.244.921.97-
YUV62.1110.45142.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=47.95%
G=33.92%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82583100.290.620.6831.7645.1322.16
Hex523A1F01D3E44202d16
Octal122723703576104405526
Binary101001011101011111011101111110100010010000010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A1F; }

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

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

<style>
 a { background-color: #523A1F; }

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

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

<style>
 span { border-color: #523A1F; }

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

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