#523C1E

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

Shades of Clinker #523C1E

Tints of Clinker #523C1E

Color information

#523C1E (or 0x523C1E) is unknown color: approx Clinker. HEX triplet: 52, 3C and 1E. RGB value is (82,60,30). Sum of RGB (Red+Green+Blue) = 82+60+30=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C1E is #ADC3E1. Grayscale: #3F3F3F. Windows color (decimal): -11387874 or 1981522. OLE color: 1981522.

HSL color Cylindrical-coordinate representation of color #523C1E: hue angle of 34.62º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #523C1E is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB826030-
CMYK00.270.630.68
HSL34.62º46.43%21.96%-
HSV(B)34.62º63.41%32.16%-
XYZ5.335.121.94-
YUV63.16109.29141.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.67%
GREEN value IS 60 (23.83% from 255) = 34.88%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=47.67%
G=34.88%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82603000.270.630.6834.6246.4321.96
Hex523C1E01B3F44232e16
Octal122743603377104435626
Binary101001011110011110011011111111100010010001110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,60,30); }

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

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

 a { background-color: rgb(82,60,30); }

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

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

 span { border-color: rgb(82,60,30); }

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