Html Css Color HEX #523D1D Clinker

📋 copy color: '#523D1D'

red 82 ◦ green 61 ◦ blue 29

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

Shades of Clinker #523D1D

Tints of Clinker #523D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 47.67%
G = 35.47%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#523D1D (or 0x523D1D) is known color: Clinker. HEX triplet: 52, 3D and 1D. RGB value is (82,61,29). Sum of RGB (Red+Green+Blue) = 82+61+29=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1D is #ADC2E2. Grayscale: #3F3F3F. Windows color (decimal): -11387619 or 1916242. OLE color: 1916242.

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

Color convert

RGB 82 61 29 -
CMYK 0 0.26 0.65 0.68
HSL 36.23º 0.48% 0.22% -
HSV(B) 36.23º 0.65% 0.32% -
XYZ 5.37 5.22 1.89 -
YUV 63.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 82 61 29 0 0.26 0.65 0.68 36.23 0.48 0.22
Hex 52 3D 1D 0 1A 41 44 24 30 16
Octal 122 75 35 0 32 101 104 44 60 26
Binary 1010010 111101 11101 0 11010 1000001 1000100 100100 110000 10110

Color Harmonies of #523D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D1D

Black with #523D1D

Text Example


Text Example

White with #523D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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