Html Css Color HEX #523B16 Clinker

📋 copy color: '#523B16'

red 82 ◦ green 59 ◦ blue 22

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

Shades of Clinker #523B16

Tints of Clinker #523B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 50.31%
G = 36.2%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#523B16 (or 0x523B16) is known color: Clinker. HEX triplet: 52, 3B and 16. RGB value is (82,59,22). Sum of RGB (Red+Green+Blue) = 82+59+22=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #523B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B16 is #ADC4E9. Grayscale: #3D3D3D. Windows color (decimal): -11388138 or 1456978. OLE color: 1456978.

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

Color convert

RGB 82 59 22 -
CMYK 0 0.28 0.73 0.68
HSL 37º 0.58% 0.2% -
HSV(B) 37º 0.73% 0.32% -
XYZ 5.19 4.98 1.45 -
YUV 61.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 82 59 22 0 0.28 0.73 0.68 37 0.58 0.2
Hex 52 3B 16 0 1C 49 44 25 3A 14
Octal 122 73 26 0 34 111 104 45 72 24
Binary 1010010 111011 10110 0 11100 1001001 1000100 100101 111010 10100

Color Harmonies of #523B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523B16

Black with #523B16

Text Example


Text Example

White with #523B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,59,22); }

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

background-color css

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

 a { background-color: rgb(82,59,22); }

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

border-color css

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

 span { border-color: rgb(82,59,22); }

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