#523A1D

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

Shades of Clinker #523A1D

Tints of Clinker #523A1D

Color information

#523A1D (or 0x523A1D) is unknown color: approx Clinker. HEX triplet: 52, 3A and 1D. RGB value is (82,58,29). Sum of RGB (Red+Green+Blue) = 82+58+29=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A1D is #ADC5E2. Grayscale: #3E3E3E. Windows color (decimal): -11388387 or 1915474. OLE color: 1915474.

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

Color convert

RGB825829-
CMYK00.290.650.68
HSL32.83º47.75%21.76%-
HSV(B)32.83º64.63%32.16%-
XYZ5.214.911.84-
YUV61.87109.45142.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=48.52%
G=34.32%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82582900.290.650.6832.8347.7521.76
Hex523A1D01D4144213016
Octal1227235035101104416026
Binary1010010111010111010111011000001100010010000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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