Html Css Color HEX #523A1D Clinker

📋 copy color: '#523A1D'

red 82 ◦ green 58 ◦ blue 29

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

Shades of Clinker #523A1D

Tints of Clinker #523A1D

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 value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#523A1D (or 0x523A1D) is known color: 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

RGB 82 58 29 -
CMYK 0 0.29 0.65 0.68
HSL 32.83º 0.48% 0.22% -
HSV(B) 32.83º 0.65% 0.32% -
XYZ 5.21 4.91 1.84 -
YUV 61.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 82 58 29 0 0.29 0.65 0.68 32.83 0.48 0.22
Hex 52 3A 1D 0 1D 41 44 21 30 16
Octal 122 72 35 0 35 101 104 41 60 26
Binary 1010010 111010 11101 0 11101 1000001 1000100 100001 110000 10110

Color Harmonies of #523A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A1D

Black with #523A1D

Text Example


Text Example

White with #523A1D

Text Example


Text Example

HTML Codes & Css Web 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>