Html Css Color HEX #523D1E Clinker

📋 copy color: '#523D1E'

red 82 ◦ green 61 ◦ blue 30

#523D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Clinker #523D1E

Tints of Clinker #523D1E

RGB

 RED value IS 82 (32.42% from 255) = 47.4%

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 30 (12.11% from 255) = 17.34%

R = 47.4%
G = 35.26%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#523D1E (or 0x523D1E) is known color: Clinker. HEX triplet: 52, 3D and 1E. RGB value is (82,61,30). Sum of RGB (Red+Green+Blue) = 82+61+30=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1E is #ADC2E1. Grayscale: #3F3F3F. Windows color (decimal): -11387618 or 1981778. OLE color: 1981778.

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

Color convert

RGB 82 61 30 -
CMYK 0 0.26 0.63 0.68
HSL 35.77º 0.46% 0.22% -
HSV(B) 35.77º 0.63% 0.32% -
XYZ 5.38 5.23 1.95 -
YUV 63.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 82 61 30 0 0.26 0.63 0.68 35.77 0.46 0.22
Hex 52 3D 1E 0 1A 3F 44 24 2E 16
Octal 122 75 36 0 32 77 104 44 56 26
Binary 1010010 111101 11110 0 11010 111111 1000100 100100 101110 10110

Color Harmonies of #523D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D1E

Black with #523D1E

Text Example


Text Example

White with #523D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #523D1E;
 }
 .AnyTagClassName
 {
   color: #523D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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