Html Css Color HEX #523C17 Clinker

📋 copy color: '#523C17'

red 82 ◦ green 60 ◦ blue 23

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

Shades of Clinker #523C17

Tints of Clinker #523C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.36%

 BLUE value IS 23 (9.38% from 255) = 13.94%

R = 49.7%
G = 36.36%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#523C17 (or 0x523C17) is known color: Clinker. HEX triplet: 52, 3C and 17. RGB value is (82,60,23). Sum of RGB (Red+Green+Blue) = 82+60+23=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523C17 is #ADC3E8. Grayscale: #3E3E3E. Windows color (decimal): -11387881 or 1522770. OLE color: 1522770.

HSL color Cylindrical-coordinate representation of color #523C17: hue angle of 37.63º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #523C17 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 60 23 -
CMYK 0 0.27 0.72 0.68
HSL 37.63º 0.56% 0.21% -
HSV(B) 37.63º 0.72% 0.32% -
XYZ 5.25 5.09 1.52 -
YUV 62.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 82 60 23 0 0.27 0.72 0.68 37.63 0.56 0.21
Hex 52 3C 17 0 1B 48 44 26 38 15
Octal 122 74 27 0 33 110 104 46 70 25
Binary 1010010 111100 10111 0 11011 1001000 1000100 100110 111000 10101

Color Harmonies of #523C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523C17

Black with #523C17

Text Example


Text Example

White with #523C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,60,23); }

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

background-color css

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

 a { background-color: rgb(82,60,23); }

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

border-color css

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

 span { border-color: rgb(82,60,23); }

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