Html Css Color HEX #523916 Clinker

📋 copy color: '#523916'

red 82 ◦ green 57 ◦ blue 22

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

Shades of Clinker #523916

Tints of Clinker #523916

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 50.93%
G = 35.4%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#523916 (or 0x523916) is known color: Clinker. HEX triplet: 52, 39 and 16. RGB value is (82,57,22). Sum of RGB (Red+Green+Blue) = 82+57+22=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523916 is #ADC6E9. Grayscale: #3C3C3C. Windows color (decimal): -11388650 or 1456466. OLE color: 1456466.

HSL color Cylindrical-coordinate representation of color #523916: hue angle of 35º 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 #523916 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 57 22 -
CMYK 0 0.30 0.73 0.68
HSL 35º 0.58% 0.2% -
HSV(B) 35º 0.73% 0.32% -
XYZ 5.09 4.78 1.41 -
YUV 60.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 82 57 22 0 0.30 0.73 0.68 35 0.58 0.2
Hex 52 39 16 0 1E 49 44 23 3A 14
Octal 122 71 26 0 36 111 104 43 72 24
Binary 1010010 111001 10110 0 11110 1001001 1000100 100011 111010 10100

Color Harmonies of #523916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523916

Black with #523916

Text Example


Text Example

White with #523916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523916; }

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

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

background-color css

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

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

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

border-color css

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

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

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