Html Css Color HEX #523A14 Clinker

📋 copy color: '#523A14'

red 82 ◦ green 58 ◦ blue 20

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

Shades of Clinker #523A14

Tints of Clinker #523A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.25%

 BLUE value IS 20 (8.2% from 255) = 12.5%

R = 51.25%
G = 36.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#523A14 (or 0x523A14) is known color: Clinker. HEX triplet: 52, 3A and 14. RGB value is (82,58,20). Sum of RGB (Red+Green+Blue) = 82+58+20=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A14 is #ADC5EB. Grayscale: #3D3D3D. Windows color (decimal): -11388396 or 1325650. OLE color: 1325650.

HSL color Cylindrical-coordinate representation of color #523A14: hue angle of 36.77º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #523A14 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 58 20 -
CMYK 0 0.29 0.76 0.68
HSL 36.77º 0.61% 0.2% -
HSV(B) 36.77º 0.76% 0.32% -
XYZ 5.12 4.87 1.33 -
YUV 60.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 82 58 20 0 0.29 0.76 0.68 36.77 0.61 0.2
Hex 52 3A 14 0 1D 4C 44 25 3D 14
Octal 122 72 24 0 35 114 104 45 75 24
Binary 1010010 111010 10100 0 11101 1001100 1000100 100101 111101 10100

Color Harmonies of #523A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A14

Black with #523A14

Text Example


Text Example

White with #523A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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