Html Css Color HEX #523A11 Clinker

📋 copy color: '#523A11'

red 82 ◦ green 58 ◦ blue 17

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

Shades of Clinker #523A11

Tints of Clinker #523A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10.83%

R = 52.23%
G = 36.94%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#523A11 (or 0x523A11) is known color: Clinker. HEX triplet: 52, 3A and 11. RGB value is (82,58,17). Sum of RGB (Red+Green+Blue) = 82+58+17=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #523A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A11 is #ADC5EE. Grayscale: #3C3C3C. Windows color (decimal): -11388399 or 1129042. OLE color: 1129042.

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

Color convert

RGB 82 58 17 -
CMYK 0 0.29 0.79 0.68
HSL 37.85º 0.66% 0.19% -
HSV(B) 37.85º 0.79% 0.32% -
XYZ 5.09 4.86 1.2 -
YUV 60.5 103.45 143.33 -
System Red Green Blue C M Y K H S L
Decimal 82 58 17 0 0.29 0.79 0.68 37.85 0.66 0.19
Hex 52 3A 11 0 1D 4F 44 26 42 13
Octal 122 72 21 0 35 117 104 46 102 23
Binary 1010010 111010 10001 0 11101 1001111 1000100 100110 1000010 10011

Color Harmonies of #523A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523A11

Black with #523A11

Text Example


Text Example

White with #523A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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